From 2862f3ec94e145b50ab27b2c4ff67e0e50dbfcb5 Mon Sep 17 00:00:00 2001 From: Subrata Paul Date: Sat, 25 May 2019 00:46:50 +0530 Subject: [PATCH] Updated node.go using update-gofmt.sh --- pkg/util/node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/node/node.go b/pkg/util/node/node.go index 4c78c8f4791..d6ec4edecc1 100644 --- a/pkg/util/node/node.go +++ b/pkg/util/node/node.go @@ -110,7 +110,7 @@ func GetNodeHostIP(node *v1.Node) (net.IP, error) { // If required, wait for the node to be defined. func GetNodeIP(client clientset.Interface, hostname string) net.IP { var nodeIP net.IP - backoff := wait.Backoff { + backoff := wait.Backoff{ Steps: 5, Duration: 1 * time.Second, Factor: 2.0,