Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
timvermeulen committed Feb 27, 2019
1 parent ec2e4ba commit 88bd624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/benches/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ fn bench_filter_chain_ref_count(b: &mut Bencher) {
b.iter(|| {
(0i64..1000000).chain(0..1000000).map(black_box).by_ref().filter(|x| x % 3 == 0).count()
})
}
}

0 comments on commit 88bd624

Please sign in to comment.