Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Dec 6, 2024
1 parent 376e401 commit 0511a8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/storage/src/connection/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,7 @@ impl AggregateBloom {
self.blocks_for_keys(&indexed_keys)
})
.reduce(|blocks, blocks_for_key| {
blocks
.intersection(&blocks_for_key)
.cloned()
.collect()
blocks.intersection(&blocks_for_key).cloned().collect()
})
.unwrap_or_default()
}
Expand Down

0 comments on commit 0511a8f

Please sign in to comment.