Skip to content

Commit

Permalink
minor formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Mar 23, 2024
1 parent d574fc6 commit 47d664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/day5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ fn test_process() {
let (part1, part2) = process(&mut example);
assert_eq!(part1, 35);
assert_eq!(part2, 46);
}
}

0 comments on commit 47d664c

Please sign in to comment.