Skip to content

Commit

Permalink
reformat imports using goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Jul 22, 2022
1 parent 0b9bd2f commit 7892cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/cloud/backend_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"testing"

tfe "github.com/hashicorp/go-tfe"

"github.com/hashicorp/terraform/internal/states"
"github.com/hashicorp/terraform/internal/states/remote"
"github.com/hashicorp/terraform/internal/states/statefile"
Expand Down
3 changes: 2 additions & 1 deletion internal/cloud/tfe_client_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ import (
"time"

tfe "github.com/hashicorp/go-tfe"
tfversion "github.com/hashicorp/terraform/version"
"github.com/mitchellh/copystructure"

tfversion "github.com/hashicorp/terraform/version"
)

type MockClient struct {
Expand Down

0 comments on commit 7892cb6

Please sign in to comment.