Commit 0a53b0cf authored by Madhan Raj Mookkandy's avatar Madhan Raj Mookkandy

Fix GoFmt error

parent a632cd2a
...@@ -1044,7 +1044,7 @@ func (proxier *Proxier) syncProxyRules() { ...@@ -1044,7 +1044,7 @@ func (proxier *Proxier) syncProxyRules() {
svcInfo.clusterIP.String(), svcInfo.clusterIP.String(),
Enum(svcInfo.protocol), Enum(svcInfo.protocol),
uint16(svcInfo.targetPort), uint16(svcInfo.targetPort),
uint16(svcInfo.port), uint16(svcInfo.port),
) )
if err != nil { if err != nil {
glog.Errorf("Policy creation failed: %v", err) glog.Errorf("Policy creation failed: %v", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment