1
0
Fork 0

cargo fmt

main
Andrew Coleman 2022-12-07 14:16:25 -05:00
parent bb9d2d5c6a
commit e636d4266b
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ pub fn run() -> Result<()> {
#[cfg(not(feature = "test_input"))]
let file_contents = fs::read_to_string("day6.txt")?;
#[cfg(feature = "test_input")]
let file_contents = fs::read_to_string("tests/day6.txt")?;