Skip to content

Commit

Permalink
Revert unnecessary gofmt change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlking committed Mar 7, 2024
1 parent d6f988a commit d146a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ func (r *Resource) DeepCopy() *Resource {
// the resource.
// TODO: move to RNode, use GetMeta to improve performance.
// TODO: make a version of mergeStringMaps that is build-annotation aware
//
// to avoid repeatedly setting refby and genargs annotations
//
// to avoid repeatedly setting refby and genargs annotations
// Must remove the kustomize bit at the end.
func (r *Resource) CopyMergeMetaDataFieldsFrom(other *Resource) error {
if err := r.SetLabels(
Expand Down

0 comments on commit d146a81

Please sign in to comment.