From 6b5de7c8deeb3c1367bcfe810e802d484dc9aec6 Mon Sep 17 00:00:00 2001 From: Yong Kang Date: Tue, 7 Oct 2025 12:48:16 +0000 Subject: [PATCH] fmt --- crates/trie/parallel/src/proof_task.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/trie/parallel/src/proof_task.rs b/crates/trie/parallel/src/proof_task.rs index 7ea84e6f75..d5687f01a7 100644 --- a/crates/trie/parallel/src/proof_task.rs +++ b/crates/trie/parallel/src/proof_task.rs @@ -928,7 +928,8 @@ mod tests { }); } - /// Ensures the manager caps storage workers to `max_concurrency` when requested count is higher. + /// Ensures the manager caps storage workers to `max_concurrency` when requested count is + /// higher. #[test] fn proof_task_manager_handles_single_concurrency() { let runtime = Builder::new_multi_thread().worker_threads(1).enable_all().build().unwrap();