Skip to content

Commit

Permalink
Fixed lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
martenbohlin committed Jan 1, 2021
1 parent 9446b51 commit 3dc89c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package securitycenter

import (
"fmt"
"github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security"
"log"
"time"

"github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security"

"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/tf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package securitycenter_test
import (
"context"
"fmt"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"
"testing"

"github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure"

"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/terraform"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/acceptance"
Expand Down

0 comments on commit 3dc89c6

Please sign in to comment.