Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Apr 20, 2022
1 parent 6c0a24c commit 9efaf02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kv/value.rs
Expand Up @@ -564,9 +564,7 @@ macro_rules! impl_value_to_primitive {
}
}

impl_to_value_primitive![
usize, u8, u16, u32, u64, isize, i8, i16, i32, i64, f32, f64, char, bool,
];
impl_to_value_primitive![usize, u8, u16, u32, u64, isize, i8, i16, i32, i64, f32, f64, char, bool,];

#[rustfmt::skip]
impl_to_value_nonzero_primitive![
Expand Down

0 comments on commit 9efaf02

Please sign in to comment.