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