mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
fix linter
This commit is contained in:
@@ -29,7 +29,7 @@ type builtinFactory struct {
|
||||
plugins map[string]KVSource
|
||||
}
|
||||
|
||||
func newBuiltinFactory(ldr ifc.Loader) *builtinFactory {
|
||||
func newBuiltinFactory(_ ifc.Loader) *builtinFactory {
|
||||
return &builtinFactory{
|
||||
plugins: map[string]KVSource{
|
||||
"literals": builtin.Literals{},
|
||||
|
||||
Reference in New Issue
Block a user