tool: separates use statements correctly with whitespace
This commit is contained in:
parent
baf2f5f6bb
commit
143a000f36
|
@ -4,6 +4,7 @@ mod install;
|
|||
mod version;
|
||||
|
||||
use clap::Parser;
|
||||
|
||||
use cli::Cli;
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in New Issue