Skip to content

Commit

Permalink
applied ''goimports -w cmd/instance_create.go''
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza committed Aug 9, 2024
1 parent 00f311f commit 86c610b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/instance_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package cmd
import (
"errors"
"fmt"
egoscale3 "github.com/exoscale/egoscale/v3"
"strings"

egoscale3 "github.com/exoscale/egoscale/v3"

"github.com/spf13/cobra"

"github.com/exoscale/cli/pkg/account"
Expand Down

0 comments on commit 86c610b

Please sign in to comment.