Skip to content

Commit f02c375

Browse files
committed
style: go fmt cleanup
1 parent 0471a40 commit f02c375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

object.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ type DetailsResponse struct {
4545
// Server-side encryption (e.g. "AES256" or "aws:kms")
4646
ServerSideEncryption string
4747
// KMS Key ID (ARN or ID) when ServerSideEncryption is "aws:kms"
48-
SSEKMSKeyId string
49-
AmzMeta map[string]string
48+
SSEKMSKeyId string
49+
AmzMeta map[string]string
5050
ExtraHeaders map[string]string
5151
}
5252

0 commit comments

Comments
 (0)