Skip to content

Commit

Permalink
refactor(kumactl) order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xbauquet committed Jun 20, 2020
1 parent 62ecdb4 commit 56f522a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/kumactl/cmd/install/install_logging.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package install

import (
"github.com/Kong/kuma/app/kumactl/pkg/install/data"
"github.com/Kong/kuma/app/kumactl/pkg/install/k8s"
"github.com/pkg/errors"
"github.com/spf13/cobra"

"github.com/Kong/kuma/app/kumactl/pkg/install/data"
"github.com/Kong/kuma/app/kumactl/pkg/install/k8s"

"github.com/Kong/kuma/app/kumactl/pkg/install/k8s/logging"
)

Expand Down

0 comments on commit 56f522a

Please sign in to comment.