Skip to content

Commit

Permalink
fix: use consistent casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 10, 2025
1 parent a63b449 commit a4d4133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ impl Run {
self.eprint(
task,
&prefix,
&format!("finished in {}", time::format_duration(timer.elapsed())),
&format!("Finished in {}", time::format_duration(timer.elapsed())),
);
}

Expand Down

0 comments on commit a4d4133

Please sign in to comment.