Skip to content

Commit 18f3894

Browse files
committed
fix lint
1 parent 02993bc commit 18f3894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/adc/translator/tcproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (t *Translator) TranslateTCPRoute(tctx *provider.TranslateContext, tcpRoute
6767
if len(upNodes) == 0 {
6868
continue
6969
}
70-
//TODO: Confirm BackendTrafficPolicy attachment with e2e test case.
70+
// TODO: Confirm BackendTrafficPolicy attachment with e2e test case.
7171
t.AttachBackendTrafficPolicyToUpstream(backend, tctx.BackendTrafficPolicies, upstream)
7272
upstream.Nodes = upNodes
7373
var (

0 commit comments

Comments
 (0)