]> Sergey Matveev's repositories - btrtrc.git/blobdiff - t.go
go fmt ./...
[btrtrc.git] / t.go
diff --git a/t.go b/t.go
index 2c076386b0856899d44fa657b74d2c92c51c4b14..51c76d5b0423fc3d59783630a15693780d00821e 100644 (file)
--- a/t.go
+++ b/t.go
@@ -78,7 +78,7 @@ func (t *Torrent) PieceState(piece pieceIndex) (ps PieceState) {
        t.cl.rLock()
        ps = t.pieceState(piece)
        t.cl.rUnlock()
-       return 
+       return
 }
 
 // The number of pieces in the torrent. This requires that the info has been