]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/issue96_test.go
goimports -local
[btrtrc.git] / storage / issue96_test.go
index 21158f99efa393e37c52fe0ebae4abb92ee5c06d..1bdbbf15cb73e7bde6fb701c0e3347b527e14def 100644 (file)
@@ -5,8 +5,9 @@ import (
        "os"
        "testing"
 
-       "github.com/anacrolix/torrent/metainfo"
        "github.com/stretchr/testify/require"
+
+       "github.com/anacrolix/torrent/metainfo"
 )
 
 func testMarkedCompleteMissingOnRead(t *testing.T, csf func(string) ClientImpl) {