Skip to content

Commit 3fb7471

Browse files
committed
fix gofmt
1 parent fa3454d commit 3fb7471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blob/s3blob/s3blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ func (b *bucket) Copy(ctx context.Context, dstKey, srcKey string, opts *driver.C
871871
encodedTags := encodeTags(opts.Tags)
872872
input.Tagging = aws.String(encodedTags)
873873
}
874-
874+
875875
if opts.BeforeCopy != nil {
876876
asFunc := func(i any) bool {
877877
switch v := i.(type) {

0 commit comments

Comments
 (0)