Skip to content

Commit

Permalink
remove trailing )
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Sep 20, 2023
1 parent 1b8e6c2 commit afe8dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/packet_receiver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl PacketReceiver {
recv_timeout,
unprocessed_transaction_storage.max_receive_size(),
)
// Consumes results if Ok, otherwise we keep the Err)
// Consumes results if Ok, otherwise we keep the Err
.map(|receive_packet_results| {
self.buffer_packets(
receive_packet_results,
Expand Down

0 comments on commit afe8dd8

Please sign in to comment.