chore: run cargo fmt

This commit is contained in:
Felix Spöttel 2022-11-25 16:30:15 +01:00
parent 9137ecc126
commit ffc7cdb4ce
1 changed files with 4 additions and 1 deletions

View File

@ -107,5 +107,8 @@ fn main() {
}
println!("---");
println!("🎄 Type `cargo solve {}` to run your solution.", &day_padded);
println!(
"🎄 Type `cargo solve {}` to run your solution.",
&day_padded
);
}