day 5: fix formatting
1 files changed, 1 insertions(+), 4 deletions(-) M day_05/src/main.rs
M day_05/src/main.rs => day_05/src/main.rs +1 -4
@@ 14,10 14,7 @@ fn main() { let mut sorted = ids.clone(); sorted.sort_unstable(); - println!( - "[PART ONE] highest seat ID: {}", - sorted.pop().unwrap() - ); + println!("[PART ONE] highest seat ID: {}", sorted.pop().unwrap()); let mut possible = Vec::with_capacity(1024);