Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ltearno committed Dec 13, 2023
1 parent a0a9bdf commit 665bfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyaml/yaml/merge2/merge2.go
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 665bfbc

Please sign in to comment.