formatting

This commit is contained in:
iff 2023-07-31 23:48:14 +02:00
parent 7cfe075da6
commit 23b01c4775
5 changed files with 18 additions and 17 deletions

View file

@ -26,5 +26,7 @@ fn main() {
"No correction found for the command: {}\n",
last_command.red().bold()
);
println!("If you think there should be a correction, please open an issue or send a pull request!");
println!(
"If you think there should be a correction, please open an issue or send a pull request!"
);
}