summaryrefslogtreecommitdiff
path: root/2024_rust/src/bin/day14.rs
diff options
context:
space:
mode:
authorGuillermo Ramos2024-12-14 17:53:57 +0100
committerGuillermo Ramos2024-12-14 17:53:57 +0100
commitb7bead38bfd32c0d179a7d68f362a8df82de0879 (patch)
tree754d950eafccd951e6aeaba4941b28da05180ec8 /2024_rust/src/bin/day14.rs
parent7f09510a3169c13a4f1181ff24f978d42fcf58f5 (diff)
downloadAoC-b7bead38bfd32c0d179a7d68f362a8df82de0879.tar.gz
Clippy
Diffstat (limited to '2024_rust/src/bin/day14.rs')
-rw-r--r--2024_rust/src/bin/day14.rs2
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!();
}
}
}