mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:48:36 +02:00
cargo fmt
This commit is contained in:
@ -107,7 +107,6 @@ impl Command for BitsInto {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user