1
0
Fork 0

day(02): reformat

have no clue what changed…

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-01-03 22:14:49 +01:00
parent 99398e0dae
commit f7840f5eae
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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>;