Skip to content

Commit 4831b48

Browse files
committed
Fixed formatting issue
1 parent 68f8dca commit 4831b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/minikube/cmd/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import (
3737
"github.com/google/go-containerregistry/pkg/authn"
3838
"github.com/google/go-containerregistry/pkg/name"
3939
"github.com/google/go-containerregistry/pkg/v1/remote"
40+
"github.com/shirou/gopsutil/cpu"
4041
gopshost "github.com/shirou/gopsutil/host"
4142
"github.com/spf13/cobra"
4243
"github.com/spf13/viper"
@@ -60,7 +61,6 @@ import (
6061
"k8s.io/minikube/pkg/util/lock"
6162
"k8s.io/minikube/pkg/util/retry"
6263
"k8s.io/minikube/pkg/version"
63-
"github.com/shirou/gopsutil/cpu"
6464
)
6565

6666
const (

0 commit comments

Comments
 (0)