Skip to content

Commit 4f5679b

Browse files
committed
clippy
1 parent 77d1dc2 commit 4f5679b

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbo-persistence/src

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-persistence/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ impl TurboPersistence {
794794
if compact_config.max_merge_segment_count == 0 {
795795
return Vec::new();
796796
}
797-
let merge_jobs = get_merge_segments(&ssts_with_ranges, &compact_config);
797+
let merge_jobs = get_merge_segments(ssts_with_ranges, &compact_config);
798798
compact_config.max_merge_segment_count -= merge_jobs.len();
799799
merge_jobs
800800
})

0 commit comments

Comments
 (0)