Skip to content

Commit cc4c172

Browse files
committed
fix linter issues
1 parent 6f2d5e0 commit cc4c172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/middlewares/k8sSwiftV2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func (k *K8sSWIFTv2Middleware) SetInfraRoutes(podIPInfo *cns.PodIpInfo, gwv4, gw
335335
return nil, errors.Wrapf(err, "failed to parse podIPConfig IP address %s", podIPInfo.PodIPConfig.IPAddress)
336336
}
337337

338-
v4IPs, v6IPs, err := k.getCidrs(podIPInfo)
338+
v4IPs, v6IPs, err := k.getCidrs()
339339
if err != nil {
340340
return nil, errors.Wrap(err, "failed to get CIDRs")
341341
}

0 commit comments

Comments
 (0)