Skip to content

Commit ffc7cdb

Browse files
committed
chore: run cargo fmt
1 parent 9137ecc commit ffc7cdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/scaffold.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@ fn main() {
107107
}
108108

109109
println!("---");
110-
println!("🎄 Type `cargo solve {}` to run your solution.", &day_padded);
110+
println!(
111+
"🎄 Type `cargo solve {}` to run your solution.",
112+
&day_padded
113+
);
111114
}

0 commit comments

Comments
 (0)