Merge pull request #5489 from ltearno/fixtypo-in-merge2

Fix typo in merge2
This commit is contained in:
Kubernetes Prow Robot
2023-12-21 12:11:55 +01:00
committed by GitHub

View File

@@ -45,9 +45,9 @@ func MergeStrings(srcStr, destStr string, infer bool, mergeOptions yaml.MergeOpt
}
type Merger struct {
// for forwards compatibility when new functions are added to the interface
}
// for forwards compatibility when new functions are added to the interface
var _ walk.Visitor = Merger{}
func (m Merger) VisitMap(nodes walk.Sources, s *openapi.ResourceSchema) (*yaml.RNode, error) {