cargo fmt

This commit is contained in:
DastInDark
2022-08-11 20:18:31 +09:00
parent 8e155d8000
commit 1491ecba07

View File

@@ -437,10 +437,7 @@ fn _print_unique_results(
// the order in which are registered and the order of levels to be displayed are reversed // the order in which are registered and the order of levels to be displayed are reversed
counts_by_level.reverse(); counts_by_level.reverse();
let total_count = counts_by_level.iter().sum::<u128>();
let total_count = counts_by_level
.iter()
.sum::<u128>();
// output total results // output total results
write_color_buffer( write_color_buffer(
&BufferWriter::stdout(ColorChoice::Always), &BufferWriter::stdout(ColorChoice::Always),