Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonfidel committed Feb 15, 2025
1 parent 6d8f1ff commit d6a83b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metadata/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ func (gl GenericLabeler) Copy() map[string]string {
// ResourceGraphDefinitionLabel and ResourceGraphDefinitionIDLabel labels on a resource.
func NewResourceGraphDefinitionLabeler(rgMeta metav1.Object) GenericLabeler {
return map[string]string{
ResourceGraphDefinitionIDLabel: string(rgMeta.GetUID()),
ResourceGraphDefinitionNameLabel: rgMeta.GetName(),
ResourceGraphDefinitionIDLabel: string(rgMeta.GetUID()),
ResourceGraphDefinitionNameLabel: rgMeta.GetName(),
}
}

Expand Down

0 comments on commit d6a83b7

Please sign in to comment.