Skip to content

Commit f052239

Browse files
g-talbotclaude
andcommitted
fix: reflow comment to satisfy nightly rustfmt wrap_comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 175e301 commit f052239

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

quickwit/quickwit-indexing/src/actors/metrics_pipeline/parquet_merge_pipeline.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ impl ParquetMergePipeline {
305305
.set_kill_switch(self.kill_switch.clone())
306306
.spawn(merge_split_downloader);
307307

308-
// 6. Merge planner — uses recycled mailbox/inbox so the publisher's
309-
// feedback loop (which holds a clone of the planner mailbox) survives
310-
// pipeline restarts without needing to be re-wired.
308+
// 6. Merge planner — uses recycled mailbox/inbox so the publisher's feedback loop (which
309+
// holds a clone of the planner mailbox) survives pipeline restarts without needing to be
310+
// re-wired.
311311
let merge_planner = ParquetMergePlanner::new(
312312
immature_splits,
313313
self.params.merge_policy.clone(),

0 commit comments

Comments
 (0)