From 33c1a8251a89c7c58a6abc8d242501875636bc1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 28 Jan 2026 01:30:07 -0800 Subject: [PATCH] test: format s3tables client.go --- test/s3tables/client.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/s3tables/client.go b/test/s3tables/client.go index 48294ff29..1080b6171 100644 --- a/test/s3tables/client.go +++ b/test/s3tables/client.go @@ -1,12 +1,12 @@ package s3tables import ( -"bytes" -"encoding/json" -"fmt" -"net/http" + "bytes" + "encoding/json" + "fmt" + "net/http" -"github.com/seaweedfs/seaweedfs/weed/s3api/s3tables" + "github.com/seaweedfs/seaweedfs/weed/s3api/s3tables" ) func (c *S3TablesClient) doRequest(operation string, body interface{}) (*http.Response, error) { @@ -479,4 +479,3 @@ func (c *S3TablesClient) UntagResource(resourceARN string, tagKeys []string) err } // Integration tests -