Skip to content

Commit 603d29f

Browse files
committed
fix linter issue
1 parent 32aa180 commit 603d29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/middlewares/k8sSwiftV2_windows.go

Lines changed: 2 additions & 2 deletions
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)