mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 03:28:14 -05:00
Fixes for style check (#676)
This commit is contained in:
@@ -75,7 +75,7 @@ proc handleSubscribe*(f: FloodSub,
|
||||
# unsubscribe the peer from the topic
|
||||
peers[].excl(peer)
|
||||
|
||||
method unsubscribePeer*(f: FloodSub, peer: PeerID) =
|
||||
method unsubscribePeer*(f: FloodSub, peer: PeerId) =
|
||||
## handle peer disconnects
|
||||
##
|
||||
trace "unsubscribing floodsub peer", peer
|
||||
|
||||
Reference in New Issue
Block a user