Skip to content

Commit 014b239

Browse files
restyled-commits0x2b3bfa0
authored andcommitted
Restyled by gofmt
1 parent ad66fcd commit 014b239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/aws/resources/resource_bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (b *Bucket) Delete(ctx context.Context) error {
8181
input := s3.DeleteBucketInput{
8282
Bucket: aws.String(b.Identifier),
8383
}
84-
84+
8585
if _, err := b.Client.Services.S3.DeleteBucket(ctx, &input); err != nil {
8686
var e smithy.APIError
8787
if errors.As(err, &e) && e.ErrorCode() != "NoSuchBucket" {

0 commit comments

Comments
 (0)