Skip to content

Commit 66f6def

Browse files
eddybwesleywiser
andauthored
Fix nit in summarize/src/aggregate.rs
Co-authored-by: Wesley Wiser <[email protected]>
1 parent 15a4158 commit 66f6def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summarize/src/aggregate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ pub fn aggregate_profiles(profiles: Vec<ProfilingData>) {
544544
describe(descriptions)
545545
);
546546
}
547-
println!("");
547+
println!();
548548
println!("Largest {} variances:", variances.largest.len());
549549
for (variance, descriptions) in variances.largest {
550550
println!(

0 commit comments

Comments
 (0)