diff --git a/src/bin/day02.rs b/src/bin/day02.rs index 479c8c5..c05a084 100644 --- a/src/bin/day02.rs +++ b/src/bin/day02.rs @@ -2,10 +2,7 @@ use std::str::FromStr; use aoc_2022::*; -use color_eyre::{ - eyre::eyre, - Report, -}; +use color_eyre::{eyre::eyre, Report}; use itertools::Itertools; type Input = Vec;