test: format s3tables client.go

This commit is contained in:
Chris Lu
2026-01-28 01:30:07 -08:00
parent 96a6e4c551
commit 33c1a8251a

View File

@@ -1,12 +1,12 @@
package s3tables package s3tables
import ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/http" "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) { 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 // Integration tests