Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Sep 19, 2024
1 parent e008834 commit c046b53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot/network/warp_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ func (s *Service) handleWarpSyncMessage(stream libp2pnetwork.Stream, msg message
return err
}

logger.Debugf("successfully respond with WarpSyncResponse message to peer %s with proof %v", stream.Conn().RemotePeer(), resp)
logger.Debugf("successfully respond with WarpSyncResponse message to peer %s with proof %v",
stream.Conn().RemotePeer(),
resp,
)
}

return nil
Expand Down

0 comments on commit c046b53

Please sign in to comment.