Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Dec 3, 2023
1 parent 3415fdd commit e3d3a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2023/day03/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ use day03_2023::Day03;
#[cfg(not(tarpaulin))]
fn main() {
Day03::try_solve_from_file("input")
}
}
2 changes: 1 addition & 1 deletion solution-runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ fn main() {
// AUTOGENERATED SOLUTIONS END

println!("no solution found for year {}, day {}", args.year, args.day);
}
}

0 comments on commit e3d3a11

Please sign in to comment.