Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dknopik committed Feb 17, 2025
1 parent a2c4e43 commit 234e97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anchor/network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ impl Network {
fn handle_handshake_result(&mut self, result: Result<handshake::Completed, handshake::Failed>) {
match result {
Ok(handshake::Completed {
peer_id,
their_info,
}) => {
peer_id,
their_info,
}) => {
debug!(%peer_id, ?their_info, "Handshake completed");
// Update peer store with their_info
}
Expand Down

0 comments on commit 234e97f

Please sign in to comment.