Fix GoFmt error

pull/6/head
Madhan Raj Mookkandy 2017-11-02 11:28:54 -07:00
parent a632cd2a91
commit 0a53b0cfbf
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ func (proxier *Proxier) syncProxyRules() {
svcInfo.clusterIP.String(),
Enum(svcInfo.protocol),
uint16(svcInfo.targetPort),
uint16(svcInfo.port),
uint16(svcInfo.port),
)
if err != nil {
glog.Errorf("Policy creation failed: %v", err)