Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Rangwala <[email protected]>
  • Loading branch information
aayushrangwala committed Oct 19, 2023
1 parent 3e85c48 commit 2dcfc71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion internal/ports/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
package ports

import (
metal "github.com/equinix-labs/metal-go/metal/v1"
"github.com/equinix/metal-cli/internal/outputs"

metal "github.com/equinix-labs/metal-go/metal/v1"
"github.com/spf13/cobra"
)

Expand Down
6 changes: 2 additions & 4 deletions test/e2e/ports/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ import (
"strings"
"testing"

"github.com/equinix/metal-cli/internal/ports"

metal "github.com/equinix-labs/metal-go/metal/v1"

root "github.com/equinix/metal-cli/internal/cli"
outputPkg "github.com/equinix/metal-cli/internal/outputs"
"github.com/equinix/metal-cli/internal/ports"
"github.com/equinix/metal-cli/test/helper"

metal "github.com/equinix-labs/metal-go/metal/v1"
"github.com/spf13/cobra"
)

Expand Down

0 comments on commit 2dcfc71

Please sign in to comment.