From b7bead38bfd32c0d179a7d68f362a8df82de0879 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 14 Dec 2024 17:53:57 +0100 Subject: Clippy --- 2024_rust/src/bin/day14.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024_rust/src/bin/day14.rs') 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!(); } } } -- cgit v1.2.3