]> Sergey Matveev's repositories - btrtrc.git/blobdiff - peerconn.go
Fix TestSeedAfterDownloading when cgo is disabled
[btrtrc.git] / peerconn.go
index a9b835ac584ac9b11de2adff7cf21e0af597caee..68da20f1b1db29e54085fb31d7a7b97ab3d12134 100644 (file)
@@ -95,7 +95,6 @@ func (cn *PeerConn) pexStatus() string {
                                }), ","),
                        cn.pex.numPending(),
                )
-
        }
 }