cargo fmt
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user