Skip to content

Commit

Permalink
Reformat 'len_utf8' (again);
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernager committed Sep 18, 2024
1 parent 318bad6 commit 118a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/char/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ const fn len_utf8(code: u32) -> usize {
..MAX_ONE_B => 1,
..MAX_TWO_B => 2,
..MAX_THREE_B => 3,
_ => 4
_ => 4,
}
}

Expand Down

0 comments on commit 118a3fc

Please sign in to comment.