Skip to content

Commit a98c8ee

Browse files
committed
golanci-lint
1 parent 6d1c499 commit a98c8ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/services/object/helpers_object.go

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ func newS3Client(ctx context.Context, region, accessKey, secretKey string, httpC
7373
config.WithCredentialsProvider(credentials.NewStaticCredentialsProvider(accessKey, secretKey, "")),
7474
config.WithHTTPClient(httpClient),
7575
)
76-
7776
if err != nil {
7877
return nil, err
7978
}

0 commit comments

Comments
 (0)