Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Dec 5, 2024
1 parent 70f0b47 commit 97fab04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2024/day03/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use aoc_solution::AocSolutionSolver;
use aoc_common::helpers::root_path;
use aoc_solution::AocSolutionSolver;
use day03_2024::Day03;

#[cfg(not(tarpaulin_include))]
fn main() {
Day03::try_solve_from_file(root_path("inputs/2024/day03"))
}
}
2 changes: 1 addition & 1 deletion solution-runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ fn main() {
// AUTOGENERATED SOLUTIONS END

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

0 comments on commit 97fab04

Please sign in to comment.