Skip to content

Commit 052aa80

Browse files
authored
Update main.rs
1 parent 9b09ce0 commit 052aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fn main() {
115115
if let Some(t) = s_data.and_then(|s| s.get("timings")) {
116116
println!(
117117
" ⏱️ {:<10} {}",
118-
(theme.key)("timings:"),
118+
(theme.key)("spd timings:"),
119119
(theme.val)(t)
120120
);
121121
}

0 commit comments

Comments
 (0)