diff options
author | Guillermo Ramos | 2024-12-14 17:53:57 +0100 |
---|---|---|
committer | Guillermo Ramos | 2024-12-14 17:53:57 +0100 |
commit | b7bead38bfd32c0d179a7d68f362a8df82de0879 (patch) | |
tree | 754d950eafccd951e6aeaba4941b28da05180ec8 /2024_rust/src/bin/day14.rs | |
parent | 7f09510a3169c13a4f1181ff24f978d42fcf58f5 (diff) | |
download | AoC-b7bead38bfd32c0d179a7d68f362a8df82de0879.tar.gz |
Clippy
Diffstat (limited to '2024_rust/src/bin/day14.rs')
-rw-r--r-- | 2024_rust/src/bin/day14.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2024_rust/src/bin/day14.rs b/2024_rust/src/bin/day14.rs index 55f986b..086ec04 100644 --- a/2024_rust/src/bin/day14.rs +++ b/2024_rust/src/bin/day14.rs @@ -89,7 +89,7 @@ impl Bathroom { } ); } - println!(""); + println!(); } } } |