Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
YK
2025-10-07 13:57:29 +08:00
committed by GitHub
parent d486048a39
commit 34ed23bdb1

View File

@@ -303,9 +303,6 @@ where
);
}
// Note: Transaction return to pool is handled automatically.
// The Arc<ProofTaskTx> is moved into the closure and returned as the result,
// then sent back to the pool. No explicit return needed here.
}
}