Skip to content

Commit

Permalink
refactor: code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoBazz committed Apr 11, 2024
1 parent 39c4603 commit 2449e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/cmd_stress_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ impl StressController {
fn show_summary(&self) {
show_stats(
self.state_counter.ac,
0,
self.state_counter.wa,
self.state_counter.tle,
self.state_counter.rte,
self.state_counter.mle,
Expand Down

0 comments on commit 2449e9a

Please sign in to comment.