diff --git a/src/main.rs b/src/main.rs index 0266c3e..781a79a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use colored::Colorize; +use std::env; use sysinfo::System; use whoami::*; -use std::env; fn main() { let bottom = format!("c({})({})", "\"".red(), "\"".red()).to_string();