Skip to content

Commit eb88b69

Browse files
committed
fmt
1 parent bb6c3a9 commit eb88b69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

parquet/src/file/properties.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,10 +1720,7 @@ mod tests {
17201720
);
17211721
assert_eq!(
17221722
props.bloom_filter_properties(&ColumnPath::from("col")),
1723-
Some(&BloomFilterProperties {
1724-
fpp: 0.1,
1725-
ndv: 100,
1726-
})
1723+
Some(&BloomFilterProperties { fpp: 0.1, ndv: 100 })
17271724
);
17281725
}
17291726

0 commit comments

Comments
 (0)