Skip to content

Commit 815953c

Browse files
committed
chore: formatting
1 parent dce7d01 commit 815953c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/segment/filter/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub trait AMQFilter {
5353
fn contains(&self, item: &[u8]) -> bool;
5454
fn contains_hash(&self, hash: (u64, u64)) -> bool;
5555
}
56+
5657
#[enum_dispatch::enum_dispatch(AMQFilter)]
5758
#[derive(PartialEq, Debug)]
5859
pub enum BloomFilter {

0 commit comments

Comments
 (0)