Skip to content

Commit

Permalink
fix misalignment of hardware section
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Apr 3, 2024
1 parent b7ab674 commit 2ebeed6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,14 @@ fn main() {

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

0 comments on commit 2ebeed6

Please sign in to comment.