Correct lint with gofmt -s
Correct lint with gofmt -s pkg/minikube/node/start.gopull/14200/head
parent
71baac336f
commit
5b8033631e
|
@ -102,7 +102,7 @@ func Start(starter Starter, apiServer bool) (*kubeconfig.Settings, error) {
|
|||
if err = cruntime.CheckCompatibility(cr); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
showNotK8sVersionInfo(cr)
|
||||
|
||||
configureMounts(&wg, *starter.Cfg)
|
||||
|
|
Loading…
Reference in New Issue