day(02): reformat
have no clue what changed… Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
99398e0dae
commit
f7840f5eae
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,7 @@ use std::str::FromStr;
|
||||||
|
|
||||||
use aoc_2022::*;
|
use aoc_2022::*;
|
||||||
|
|
||||||
use color_eyre::{
|
use color_eyre::{eyre::eyre, Report};
|
||||||
eyre::eyre,
|
|
||||||
Report,
|
|
||||||
};
|
|
||||||
use itertools::Itertools;
|
use itertools::Itertools;
|
||||||
|
|
||||||
type Input = Vec<Round>;
|
type Input = Vec<Round>;
|
||||||
|
|
Loading…
Reference in a new issue