Skip to content

Commit 118a3fc

Browse files
committed
Reformat 'len_utf8' (again);
1 parent 318bad6 commit 118a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/char/methods.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ const fn len_utf8(code: u32) -> usize {
17401740
..MAX_ONE_B => 1,
17411741
..MAX_TWO_B => 2,
17421742
..MAX_THREE_B => 3,
1743-
_ => 4
1743+
_ => 4,
17441744
}
17451745
}
17461746

0 commit comments

Comments
 (0)