mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Fix some nits in the crawler and elsewhere.
This commit is contained in:
@@ -22,7 +22,7 @@ var errExpected = fmt.Errorf("oops")
|
||||
const originalValue = "tomato"
|
||||
const newValue = "notThe" + originalValue
|
||||
|
||||
func (m *noopMutator) mutate(in interface{}) (interface{}, error) {
|
||||
func (m *noopMutator) mutate(_ interface{}) (interface{}, error) {
|
||||
m.wasCalled = true
|
||||
return newValue, m.errorToReturn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user