Skip to content

Commit f5b9f31

Browse files
committed
chore: formatting
1 parent 9dcf51e commit f5b9f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn decode_intl(input: &[u8]) -> Result<Vec<u8>, DecodeError> {
3636
// SAFETY: it's one of 0 or 1. There are no other options.
3737
_ => unsafe { core::hint::unreachable_unchecked() },
3838
#[cfg(not(feature = "unsafe"))]
39-
_ => unreachable!()
39+
_ => unreachable!(),
4040
});
4141

4242
#[inline(always)]

0 commit comments

Comments
 (0)