aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs
index ab4876f..ffe691e 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -1,7 +1,7 @@
-use std::fs;
-use std::path::PathBuf;
use std::collections::BTreeSet;
use std::env;
+use std::fs;
+use std::path::PathBuf;
pub fn already_downloaded(dir: &str) -> BTreeSet<String> {