Skip to content

Commit

Permalink
Fix linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Nov 15, 2023
1 parent 67d3ce8 commit 9ea58c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"fmt"
"os"

"github.com/spf13/cobra"

"github.com/exoscale/cli/pkg/output"
"github.com/exoscale/cli/table"
"github.com/spf13/cobra"
)

var iamCmd = &cobra.Command{
Expand Down

0 comments on commit 9ea58c3

Please sign in to comment.