Skip to content

Commit 077e5b5

Browse files
committed
fmt
1 parent 49ee39c commit 077e5b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/trie/parallel/src/proof_task.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
//!
1313
//! # Message Flow
1414
//!
15-
//! 1. `MultiProofTask` prepares a storage or account job
16-
//! and hands it to [`ProofWorkerHandle`]. The job carries a
17-
//! [`ProofResultContext`] so the worker knows how to send the result back.
15+
//! 1. `MultiProofTask` prepares a storage or account job and hands it to [`ProofWorkerHandle`]. The
16+
//! job carries a [`ProofResultContext`] so the worker knows how to send the result back.
1817
//! 2. A worker receives the job, runs the proof, and sends a [`ProofResultMessage`] through the
1918
//! provided [`ProofResultSender`].
2019
//! 3. `MultiProofTask` receives the message, uses `sequence_number` to keep proofs in order, and

0 commit comments

Comments
 (0)