OSDN Git Service

remove the unused space
authorpaladz <453256728@qq.com>
Tue, 30 Oct 2018 02:35:46 +0000 (10:35 +0800)
committerpaladz <453256728@qq.com>
Tue, 30 Oct 2018 02:35:46 +0000 (10:35 +0800)
p2p/peer.go

index 8c9efce..33beb41 100644 (file)
@@ -213,7 +213,6 @@ func (p *Peer) String() string {
 // TrafficStatus return the in and out traffic status
 func (p *Peer) TrafficStatus() (*flowrate.Status, *flowrate.Status) {
        return p.mconn.TrafficStatus()
-
 }
 
 // TrySend msg to the channel identified by chID byte. Immediately returns