Skip to content

Commit c89b57b

Browse files
committed
fix: fmt
1 parent 4bf7682 commit c89b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use advent_of_code::template::commands::{all, download, read, scaffold, solve, time};
2-
use args::{parse, AppArguments};
2+
use args::{AppArguments, parse};
33

44
#[cfg(feature = "today")]
55
use advent_of_code::template::Day;

0 commit comments

Comments
 (0)