Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Vinod Damle <[email protected]>
  • Loading branch information
Vinod Damle committed Oct 3, 2022
1 parent 1277405 commit bb98e8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ public void start() {
peerBondedObserverId =
OptionalLong.of(peerDiscoveryAgent.observePeerBondedEvents(this::handlePeerBondedEvent));

// Call checkMaintainedConnectionPeers() now that the local node is up, for immediate peer additions
// Call checkMaintainedConnectionPeers() now that the local node is up, for immediate peer
// additions
checkMaintainedConnectionPeers();

// Periodically check maintained connections
Expand Down

0 comments on commit bb98e8a

Please sign in to comment.