mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Correct formatting.
This commit is contained in:
@@ -83,7 +83,6 @@ impl PartialOrd for Cart {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Day13 {
|
||||
grid: Vec<Vec<char>>,
|
||||
@@ -230,7 +229,6 @@ mod tests {
|
||||
assert_eq!("7,3", instance.part1(&mut SAMPLE1_INPUT))
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn sample_part2() {
|
||||
let mut instance = Day13::new();
|
||||
|
||||
Reference in New Issue
Block a user