]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/bolt_piece.go
sortimports
[btrtrc.git] / storage / bolt_piece.go
index a9e22bba3bbabc61d15533fce38d78104912cff4..35120e0e1f52402eb2a295dd5ea9925ec40f08ce 100644 (file)
@@ -4,8 +4,9 @@ import (
        "encoding/binary"
 
        "github.com/anacrolix/missinggo/x"
-       "github.com/anacrolix/torrent/metainfo"
        "github.com/boltdb/bolt"
+
+       "github.com/anacrolix/torrent/metainfo"
 )
 
 type boltDBPiece struct {