Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutzen committed May 12, 2023
1 parent cf9f58f commit 958e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/pkg/pass1/check-identical-services.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (c *spoc) checkIdenticalServices(sRules *serviceRules) {
if k >= len(l2) {
return false
}
if l1[k] != l2[k] {
if name != l2[k] {
return name < l2[k]
}
}
Expand Down

0 comments on commit 958e8f6

Please sign in to comment.