cargo: fmt
This commit is contained in:
parent
8a3162bfbd
commit
84f29e0114
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue