cargo: fmt
This commit is contained in:
parent
8a3162bfbd
commit
84f29e0114
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use colored::Colorize;
|
use colored::Colorize;
|
||||||
|
use std::env;
|
||||||
use sysinfo::System;
|
use sysinfo::System;
|
||||||
use whoami::*;
|
use whoami::*;
|
||||||
use std::env;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let bottom = format!("c({})({})", "\"".red(), "\"".red()).to_string();
|
let bottom = format!("c({})({})", "\"".red(), "\"".red()).to_string();
|
||||||
|
|
Loading…
Reference in a new issue