Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5489 from ltearno/fixtypo-in-merge2
Browse files Browse the repository at this point in the history
Fix typo in merge2
  • Loading branch information
k8s-ci-robot authored Dec 21, 2023
2 parents 7db7de6 + 665bfbc commit b28e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyaml/yaml/merge2/merge2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b28e044

Please sign in to comment.