Skip to content

Commit

Permalink
Fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Sep 11, 2022
1 parent 3e5ab23 commit 5f1569e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/benchmark-ssr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ fn create_progress(tests: usize, rounds: usize) -> ProgressBar {
{{msg}}/{}",
rounds
))
.expect("failed to parse template")
// .tick_chars("-\\|/")
.progress_chars("=>-"),
);
Expand Down

0 comments on commit 5f1569e

Please sign in to comment.