cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 23:30:36 +00:00
parent 8a3162bfbd
commit 84f29e0114
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

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