mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 15:48:13 -05:00
chore: rm redundant return (#13361)
This commit is contained in:
@@ -266,7 +266,6 @@ where
|
||||
if maybe_more_incoming_requests {
|
||||
// make sure we're woken up again
|
||||
cx.waker().wake_by_ref();
|
||||
return Poll::Pending
|
||||
}
|
||||
|
||||
Poll::Pending
|
||||
|
||||
Reference in New Issue
Block a user