cargo fmt

This commit is contained in:
sholderbach
2024-12-19 15:30:47 +01:00
parent b7b930c3f6
commit ceeed4c048
3 changed files with 5 additions and 3 deletions

View File

@ -107,7 +107,6 @@ impl Command for BitsInto {
}
}
#[cfg(test)]
mod test {
use super::*;

View File

@ -1,5 +1,5 @@
mod command;
mod bits;
mod command;
pub(crate) use command::FormatPattern;
// TODO remove `format_bits` visibility after removal of into bits