Skip to content

Commit

Permalink
Remove unused type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioifg94 committed May 4, 2022
1 parent 3d6a039 commit a626076
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/helper/openshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func SumRateForOpenshiftVersion(ctx context.Context, client client.Client) (stri
if err != nil {
return "", err
}
// If the version could not be found, return the default mutation
// If the version could not be found, return the default value
if !ok {
return sumRate, nil
}
Expand All @@ -56,5 +56,3 @@ func SumRateForOpenshiftVersion(ctx context.Context, client client.Client) (stri

return sumRate, nil
}

type TemplateDataMutation func(interface{}) interface{}

0 comments on commit a626076

Please sign in to comment.