Skip to content

Commit

Permalink
gofmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Aug 27, 2018
1 parent f724bff commit 02481e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions p2p/net/connmgr/connmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ func (nn *cmNotifee) Disconnected(n inet.Network, c inet.Conn) {
}

// Listen is no-op in this implementation.
func (nn *cmNotifee) Listen(n inet.Network, addr ma.Multiaddr) {}
func (nn *cmNotifee) Listen(n inet.Network, addr ma.Multiaddr) {}

// ListenClose is no-op in this implementation.
func (nn *cmNotifee) ListenClose(n inet.Network, addr ma.Multiaddr) {}

// OpenedStream is no-op in this implementation.
func (nn *cmNotifee) OpenedStream(inet.Network, inet.Stream) {}
func (nn *cmNotifee) OpenedStream(inet.Network, inet.Stream) {}

// ClosedStream is no-op in this implementation.
func (nn *cmNotifee) ClosedStream(inet.Network, inet.Stream) {}
func (nn *cmNotifee) ClosedStream(inet.Network, inet.Stream) {}

0 comments on commit 02481e7

Please sign in to comment.