chore: run cargo fmt

This commit is contained in:
Felix Spöttel 2022-11-25 16:30:15 +01:00
parent 9137ecc126
commit ffc7cdb4ce

View file

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