Skip to content

Commit

Permalink
Fix clang-tidy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Dec 10, 2024
1 parent f8d84aa commit d9dff4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler+runtime/src/cpp/jank/read/lex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ namespace jank::read
{
/* Checks if the codepoint is within Unicode scalar ranges */
if(c <= 0x7FF)
/* NOLINTNEXTLINE(bugprone-branch-clone) */
{
/* ASCII (U+0000 - U+007F) and 2-byte range (U+0080 - U+07FF) */
return true;
Expand Down

0 comments on commit d9dff4f

Please sign in to comment.