mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-07 03:08:27 +02:00
chore: run pre-commit once
This commit is contained in:
@@ -24,8 +24,9 @@ fn main() {
|
||||
println!("Connecting to remote");
|
||||
}
|
||||
Some((_, _)) => {
|
||||
cli.about("Command not found try existing ones!")
|
||||
.print_help();
|
||||
cli.about("Command not found, try existing ones!")
|
||||
.print_help()
|
||||
.expect("Couldn't print help");
|
||||
}
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user