Skip to content

Commit ff89684

Browse files
author
Kate Osborn
committed
Change var to const
1 parent d26fcb7 commit ff89684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/state/conditions/httproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// RouteReasonInvalidListener is used with the "Accepted" condition when the route references an invalid listener.
11-
var RouteReasonInvalidListener v1beta1.RouteConditionReason = "InvalidListener"
11+
const RouteReasonInvalidListener v1beta1.RouteConditionReason = "InvalidListener"
1212

1313
// RouteCondition defines a condition to be reported in the status of an HTTPRoute.
1414
type RouteCondition struct {

0 commit comments

Comments
 (0)