Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed May 6, 2024
1 parent 5cd2f25 commit edef8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ async fn main() -> anyhow::Result<()> {
} => {}
_ = tokio::signal::ctrl_c() => {
// User pressed ctrl-c.
let _ = printer::print_result(&mut std::io::stdout(), print_mode,start, &all, start.elapsed(), opts.disable_color, opts.stats_success_breakdown);
let _ = printer::print_result(&mut std::io::stdout(), print_mode, start, &all, start.elapsed(), opts.disable_color, opts.stats_success_breakdown);
std::process::exit(libc::EXIT_SUCCESS);
}
}
Expand Down

0 comments on commit edef8a3

Please sign in to comment.