Skip to content

Commit 1619408

Browse files
committed
fmt
1 parent 1e9874b commit 1619408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trie/parallel/src/proof_task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ impl ProofTaskManagerHandle {
940940
/// Creates a new [`ProofTaskManagerHandle`] with direct access to worker pools.
941941
///
942942
/// This is an internal constructor used for creating handles.
943-
fn new_handle(
943+
const fn new_handle(
944944
storage_work_tx: CrossbeamSender<StorageWorkerJob>,
945945
account_work_tx: CrossbeamSender<AccountWorkerJob>,
946946
) -> Self {

0 commit comments

Comments
 (0)