Skip to content

Commit

Permalink
test with fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Apr 3, 2024
1 parent fd9f940 commit 36d54f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ fn main() {

// print cpu info
if !cpu.is_empty() || !machine.is_empty() {
println!(" {}
println!("{}
{} {}
{} {}
{} {}
{} {}
",
"~ hardware info ~".bright_blue(),
"cpu".bright_green(), cpu,
Expand Down

0 comments on commit 36d54f1

Please sign in to comment.