@@ -4,8 +4,8 @@ import (
"crypto/tls"
"encoding/json"
"io"
- "net/http/httptest"
"net/http"
+ "net/http/httptest"
"net/url"
"os"
"path/filepath"
@@ -21,4 +21,3 @@ func TestPrefixedBucketStorage_ReadStream(t *testing.T) {
TestStorageReadStream(t, store)
}
-