Skip to content

Commit

Permalink
Fix import order for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Aug 19, 2022
1 parent 8aa83e8 commit 458392d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure/converters/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"reflect"
"testing"

"github.com/google/go-cmp/cmp"
. "github.com/onsi/gomega"

"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute"
"github.com/Azure/go-autorest/autorest/to"
"github.com/google/go-cmp/cmp"
. "github.com/onsi/gomega"
infrav1 "sigs.k8s.io/cluster-api-provider-azure/api/v1beta1"
)

Expand Down

0 comments on commit 458392d

Please sign in to comment.