mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-05 22:57:19 +02:00
chore: run pre-commit once
This commit is contained in:
parent
01cec96cfa
commit
5b95c9b41e
@ -131,4 +131,3 @@ For answers to common questions about this code of conduct, see the FAQ at
|
|||||||
[Mozilla CoC]: https://github.com/mozilla/diversity
|
[Mozilla CoC]: https://github.com/mozilla/diversity
|
||||||
[FAQ]: https://www.contributor-covenant.org/faq
|
[FAQ]: https://www.contributor-covenant.org/faq
|
||||||
[translations]: https://www.contributor-covenant.org/translations
|
[translations]: https://www.contributor-covenant.org/translations
|
||||||
|
|
||||||
|
@ -24,8 +24,9 @@ fn main() {
|
|||||||
println!("Connecting to remote");
|
println!("Connecting to remote");
|
||||||
}
|
}
|
||||||
Some((_, _)) => {
|
Some((_, _)) => {
|
||||||
cli.about("Command not found try existing ones!")
|
cli.about("Command not found, try existing ones!")
|
||||||
.print_help();
|
.print_help()
|
||||||
|
.expect("Couldn't print help");
|
||||||
}
|
}
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user