Skip to content

Commit 5e8b040

Browse files
authored
Update main.rs
1 parent 052aa80 commit 5e8b040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,11 @@ fn main() {
114114

115115
if let Some(t) = s_data.and_then(|s| s.get("timings")) {
116116
println!(
117-
" ⏱️ {:<10} {}",
117+
" ⏱️ {:<12} {}",
118118
(theme.key)("spd timings:"),
119119
(theme.val)(t)
120120
);
121121
}
122-
123122
let size = module.get("size").map(|s| s.as_str()).unwrap_or("-");
124123
let speed = module.get("speed").map(|s| s.as_str()).unwrap_or("-");
125124
let volt = module

0 commit comments

Comments
 (0)