Correct lint with gofmt -s

Correct lint with gofmt -s pkg/minikube/node/start.go
pull/14200/head
Gimb0 2022-05-30 21:25:43 +10:00
parent 71baac336f
commit 5b8033631e
1 changed files with 1 additions and 1 deletions

View File

@ -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)