added skip system info flag, and ran clippy

This commit is contained in:
2026-03-24 16:40:03 +01:00
parent 03b1b54299
commit 88806c8822
4 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub trait Slime {
format!("{}:", self.label()).bold().color(self.color())
);
} else {
print!("{} {:<10} ", " ", " ");
print!(" {:<10} ", " ");
}
println!("{}", val.white());
}