Skip to content

Commit c680783

Browse files
committed
fix linter issue
1 parent 21846f1 commit c680783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cni/network/multitenancy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func TestSetupRoutingForMultitenancy(t *testing.T) {
216216
GatewayIPAddress: "10.0.0.1",
217217
},
218218
},
219-
epInfo: &network.EndpointInfo{}, // SkipDefaultRoutes defaults to false
219+
epInfo: &network.EndpointInfo{}, // SkipDefaultRoutes defaults to false
220220
result: &network.InterfaceInfo{},
221221
},
222222
multitenancyClient: &Multitenancy{},

0 commit comments

Comments
 (0)