@@ -1,5 +1,5 @@
use futures::{stream::FuturesUnordered, StreamExt};
-use std::{fs, process::exit, path::Path};
+use std::{fs, path::Path, process::exit};
use super::*;
@@ -86,4 +86,4 @@ impl Display for Commands {
Commands::Autoformat(_) => write!(f, "fmt"),
}
-}
+}