Skip to content

Commit da229c7

Browse files
committed
style: fix clippy
Signed-off-by: evenyag <[email protected]>
1 parent c7130cd commit da229c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mito2/src/read/seq_scan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ pub(crate) async fn build_flat_sources(
758758
}
759759
}
760760

761-
let should_split = should_split_flat_batches_for_merge(&stream_ctx, range_meta);
761+
let should_split = should_split_flat_batches_for_merge(stream_ctx, range_meta);
762762
sources.reserve(range_meta.row_group_indices.len());
763763
for index in &range_meta.row_group_indices {
764764
let stream = if stream_ctx.is_mem_range_index(*index) {

0 commit comments

Comments
 (0)