Skip to content

Commit 9efaf02

Browse files
committed
run fmt
1 parent 6c0a24c commit 9efaf02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/kv/value.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,7 @@ macro_rules! impl_value_to_primitive {
564564
}
565565
}
566566

567-
impl_to_value_primitive![
568-
usize, u8, u16, u32, u64, isize, i8, i16, i32, i64, f32, f64, char, bool,
569-
];
567+
impl_to_value_primitive![usize, u8, u16, u32, u64, isize, i8, i16, i32, i64, f32, f64, char, bool,];
570568

571569
#[rustfmt::skip]
572570
impl_to_value_nonzero_primitive![

0 commit comments

Comments
 (0)