Skip to content

Commit 7525bf9

Browse files
committed
lint: cargo fmt
1 parent e0fbe50 commit 7525bf9

File tree

1 file changed

+2
-2
lines changed
  • crates/job/scheduler/src/garbling

1 file changed

+2
-2
lines changed

crates/job/scheduler/src/garbling/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
//! broadcasting to all workers.
3939
//! 5. Workers process their sessions concurrently. Per-session timeout evicts slow consumers (e.g.
4040
//! G8 with a congested peer) without blocking others. Evicted actions go to the retry list.
41-
//! 6. After all blocks: workers finalize sessions, report completions, and
42-
//! the coordinator forwards them to the SM.
41+
//! 6. After all blocks: workers finalize sessions, report completions, and the coordinator forwards
42+
//! them to the SM.
4343
//!
4444
//! [`ReaderV5c`]: ckt_fmtv5_types::v5::c::ReaderV5c
4545
//! [`CircuitSession`]: mosaic_job_api::CircuitSession

0 commit comments

Comments
 (0)