Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Apr 29, 2024
1 parent b1c2c5d commit 663ef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ impl Coup {

Self::log(format_args!("Starting \x1b[36m{}\x1b[39m rounds\n", rounds));

println!("🎲🎲 \x1b[1mBOARD\x1b[0m 🎲🎲\n");
println!(" 🎲🎲 \x1b[1mBOARD\x1b[0m 🎲🎲\n");
for round in 0..rounds {
self.display_score();
// TODO: detect stop and record log in debug mode
Expand Down

0 comments on commit 663ef02

Please sign in to comment.