Skip to content

Commit 57cc705

Browse files
authored
Update main.rs
1 parent 5e8b040 commit 57cc705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ fn main() {
114114

115115
if let Some(t) = s_data.and_then(|s| s.get("timings")) {
116116
println!(
117-
" ⏱️ {:<12} {}",
118-
(theme.key)("spd timings:"),
117+
" ⏱️ {:<10} {}",
118+
(theme.key)("timings:"),
119119
(theme.val)(t)
120120
);
121121
}

0 commit comments

Comments
 (0)