Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
mertcanaltin committed Jan 7, 2025
commit 262cf797a8a00c83764939890186863bfb4d052c
1 change: 0 additions & 1 deletion include/ada/unicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ ada_really_inline constexpr bool is_ascii_hex_digit(char c) noexcept;
*/
ada_really_inline constexpr bool is_ascii_digit(char c) noexcept;


/**
* @private
* Checks if the input is a C0 control or space character.
Expand Down