Skip to content

Commit

Permalink
small rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Dec 6, 2024
1 parent 1b629be commit 376e401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/storage/src/connection/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ impl AggregateBloom {

self.blocks_for_keys(&indexed_keys)
})
.reduce(|intersection, blocks_for_key| {
intersection
.reduce(|blocks, blocks_for_key| {
blocks
.intersection(&blocks_for_key)
.cloned()
.collect()
Expand Down

0 comments on commit 376e401

Please sign in to comment.