Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
boqiu committed Nov 25, 2024
1 parent ff4d7da commit b4eedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/sync/src/controllers/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl SerialSyncController {
self.peers
.update_state(&peer_id, PeerState::Found, PeerState::Connecting);

num_peers_dialed += 1;
num_peers_dialed += 1;
}

info!(%self.tx_seq, %num_peers_dialed, "Connecting peers");
Expand Down

0 comments on commit b4eedb9

Please sign in to comment.