mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix GoFmt error
This commit is contained in:
parent
a632cd2a91
commit
0a53b0cfbf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user