Skip to content

Commit f79369d

Browse files
committed
lint
Signed-off-by: Arko Dasgupta <[email protected]>
1 parent e2cdbfd commit f79369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gatewayapi/translator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ func (t *Translator) ProcessListeners(gateways []*GatewayContext, xdsIR XdsIRMap
487487
gwInfraIR.Proxy.Listeners[0].Ports = append(gwInfraIR.Proxy.Listeners[0].Ports, infraPort)
488488
}
489489
}
490-
// sort result to ensure translation doesnt change across reboots.
490+
// sort result to ensure translation does not change across reboots.
491491
sort.Slice(xdsIR[irKey].HTTP, func(i, j int) bool { return xdsIR[irKey].HTTP[i].Name < xdsIR[irKey].HTTP[j].Name })
492492
}
493493
}

0 commit comments

Comments
 (0)