cargo fmt
parent
bb9d2d5c6a
commit
e636d4266b
|
@ -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")?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue