Skip to content

Commit

Permalink
make fmt goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Feb 12, 2019
1 parent d4368bf commit 01b8293
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_key_vault_access_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"strings"

"github.com/satori/go.uuid"
"github.com/satori/uuid"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate"

"github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2018-02-14/keyvault"
Expand Down
2 changes: 1 addition & 1 deletion azurerm/resource_arm_sql_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"time"

"github.com/satori/go.uuid"
"github.com/satori/uuid"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/tf"

Expand Down
1 change: 0 additions & 1 deletion azurerm/resource_arm_storage_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func resourceArmStorageContainerRead(d *schema.ResourceData, meta interface{}) e
Timeout: 90,
}


for {
resp, err := blobClient.ListContainers(listParams)
if err != nil {
Expand Down

0 comments on commit 01b8293

Please sign in to comment.