cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 23:30:36 +00:00
parent 73212eedf0
commit 50f9b42082
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -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();