Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Aug 8, 2024
1 parent 20daa83 commit 7fd794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compaction/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn merge_segments(
let bloom_ptr = trailer.offsets.bloom_ptr;

let block_index = Arc::new(BlockIndex::from_file(
&segment_file_path,
segment_file_path,
tli_ptr,
(opts.tree_id, segment_id).into(),
opts.config.descriptor_table.clone(),
Expand Down

0 comments on commit 7fd794b

Please sign in to comment.