chore: rust fmt

This commit is contained in:
2024-12-13 23:06:02 -08:00
parent e8a38e7b24
commit 74a6b16924
3 changed files with 10 additions and 4 deletions

View File

@ -89,4 +89,4 @@ mod tests {
let input = get_input(EXAMPLE);
assert_eq!(part2(&input), 31);
}
}
}