Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
skius committed Jul 3, 2023
1 parent 867f32e commit aee7ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/zerovec/src/zerovec/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ mod test {
}
{
// single element slice
const DATA: &ZeroSlice<u16> = zeroslice!(u16; <u16 as AsULE>::ULE::from_unsigned; [211]);
const DATA: &ZeroSlice<u16> =
zeroslice!(u16; <u16 as AsULE>::ULE::from_unsigned; [211]);
assert_eq!((211, zeroslice![]), DATA.split_first().unwrap());
}
{
Expand Down

0 comments on commit aee7ac3

Please sign in to comment.