Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsavage committed Sep 19, 2024
1 parent 375fed7 commit 7b65ea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipa-core/src/test_fixture/hybrid_event_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ mod tests {
for (_, count) in match_key_to_event_count {
histogram[count] += 1;
}
println!("Histogram: {:?}", histogram);

assert!(
(30_032 - histogram[1]).abs() < 800,
Expand Down

0 comments on commit 7b65ea8

Please sign in to comment.