Skip to content

Commit 7eaf353

Browse files
committed
chore: formatting
1 parent 213becb commit 7eaf353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/net/network/src/peers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ impl PeersManager {
586586
}
587587

588588
if peer.is_trusted() && is_connection_failed_reputation(peer.reputation) {
589-
// trigger resolution task for trusted peer since multiple connection failures occurred
589+
// trigger resolution task for trusted peer since multiple connection failures
590+
// occurred
590591
self.trusted_peers_resolver.interval.reset_immediately();
591592
}
592593
}

0 commit comments

Comments
 (0)