Skip to content

Commit 0571acf

Browse files
committed
reordered inputs
1 parent 44008f1 commit 0571acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
mod input;
44
mod text_effects;
55
mod utils;
6-
use std::os::unix::fs::{FileTypeExt, MetadataExt}; use structopt::StructOpt;
6+
use std::os::unix::fs::{FileTypeExt, MetadataExt};
7+
use structopt::StructOpt;
78
use std::cmp::Ordering;
89

910
struct Directory {

0 commit comments

Comments
 (0)