Skip to content

Commit

Permalink
Update pkg/library/reconcilers/base_reconciler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Fitzpatrick <[email protected]>
  • Loading branch information
eguzki and Boomatang authored Jul 19, 2024
1 parent 6473a4e commit 9140ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/library/reconcilers/base_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type StatusMutator interface {
// StatusMutatorFunc is a function adaptor for StatusMutators.
type StatusMutatorFunc func(client.Object) (bool, error)

// StatusMutatorFunc adapts the MutatorFunc to fit through the StatusMutator interface.
// Mutate adapts the MutatorFunc to fit through the StatusMutator interface.
func (s StatusMutatorFunc) Mutate(o client.Object) (bool, error) {
if s == nil {
return false, nil
Expand Down

0 comments on commit 9140ecf

Please sign in to comment.