Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Apr 30, 2024
1 parent 20e950b commit 901d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/rpc/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ where
id: outbound_info.req_id,
})));
}
return Poll::Ready(None);
Poll::Ready(None)
}

fn poll(
Expand Down

0 comments on commit 901d312

Please sign in to comment.