gofmt pkg/kube/client-go

pull/13350/head
vardhaman22 2 years ago committed by Krunal Hingu
parent 87285fae5f
commit d6848ce043

@ -40,7 +40,7 @@ func checkPerms() {
// can proceed happily without a KUBECONFIG, so this is not a fatal error.
return
}
kc = filepath.Join(u.HomeDir, ".kube", "config")
_ = filepath.Join(u.HomeDir, ".kube", "config")
}
fi, err := os.Stat(kc)
if err != nil {

Loading…
Cancel
Save