瀏覽代碼

run gofmt

Alex Meijer 4 月之前
父節點
當前提交
961e184381
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      core/pkg/storage/clusterstorage_test.go
  2. 0 1
      core/pkg/storage/prefixedbucketstorage_test.go

+ 1 - 1
core/pkg/storage/clusterstorage_test.go

@@ -4,8 +4,8 @@ import (
 	"crypto/tls"
 	"crypto/tls"
 	"encoding/json"
 	"encoding/json"
 	"io"
 	"io"
-	"net/http/httptest"
 	"net/http"
 	"net/http"
+	"net/http/httptest"
 	"net/url"
 	"net/url"
 	"os"
 	"os"
 	"path/filepath"
 	"path/filepath"

+ 0 - 1
core/pkg/storage/prefixedbucketstorage_test.go

@@ -21,4 +21,3 @@ func TestPrefixedBucketStorage_ReadStream(t *testing.T) {
 
 
 	TestStorageReadStream(t, store)
 	TestStorageReadStream(t, store)
 }
 }
-