Skip to content

Commit 97a3acd

Browse files
committed
fix linter issue
1 parent 69b7789 commit 97a3acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/middlewares/k8sSwiftV2_windows.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ func (k *K8sSWIFTv2Middleware) assignSubnetPrefixLengthFields(podIPInfo *cns.Pod
4747
GatewayIPAddress: interfaceInfo.GatewayIP,
4848
}
4949
// assign the default route with gateway IP
50-
route := cns.Route {
51-
IPAddress: "0.0.0.0/0",
50+
route := cns.Route{
51+
IPAddress: "0.0.0.0/0",
5252
GatewayIPAddress: interfaceInfo.GatewayIP,
5353
}
5454
podIPInfo.Routes = append(podIPInfo.Routes, route)

0 commit comments

Comments
 (0)