Update rnode.go

This commit is contained in:
Jeff Regan
2020-11-16 21:37:28 -08:00
committed by GitHub
parent 2dca4ab987
commit 97c18518ea

View File

@@ -14,7 +14,6 @@ import (
"sigs.k8s.io/kustomize/kyaml/errors"
)
// MakeNullNode returns an RNode that represents an empty document.
func MakeNullNode() *RNode {
return NewRNode(&Node{Tag: NodeTagNull})