Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwilsonkainos committed Nov 15, 2023
1 parent a0985b1 commit 149aad5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func gvkLessThan(gvk1, gvk2 resid.Gvk, typeOrders map[string]int) bool {
return legacyGVKSortString(gvk1) > legacyGVKSortString(gvk2)
}
return legacyGVKSortString(gvk1) < legacyGVKSortString(gvk)
}

// legacyGVKSortString returns a string representation of given GVK used for
// stable sorting.
Expand Down

0 comments on commit 149aad5

Please sign in to comment.