Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolan committed Oct 14, 2024
1 parent d31cccf commit fcf2024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/bucket/subresources.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewSubresourceClients(b *backendstore.BackendStore, h *s3clienthandler.Hand
}
if !config.ObjectLockConfigurationClientDisabled {
subresourceClients = append(subresourceClients, NewObjectLockConfigurationClient(b, h, l.WithValues("object-lock-configuration-client", managed.ControllerName(v1alpha1.BucketGroupKind))))

}

return subresourceClients
Expand Down

0 comments on commit fcf2024

Please sign in to comment.