Skip to content

Commit

Permalink
layer: Fix gofmt linter
Browse files Browse the repository at this point in the history
gofmt  File is not `gofmt`-ed with `-s` `-r 'interface{} -> any'`.

Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Jan 24, 2025
1 parent 3807dcd commit 819c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/layer/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (n *layer) PutObject(ctx context.Context, p *PutObjectParams) (*data.Extend
if bktSettings.VersioningEnabled() {
prm.Attributes[attrS3VersioningState] = data.VersioningEnabled
}

id, hash, err := n.objectPutAndHash(ctx, prm, p.BktInfo)
if err != nil {
return nil, err
Expand Down

0 comments on commit 819c033

Please sign in to comment.