Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Nov 27, 2024
1 parent cb2e1f1 commit 1007af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package dynatrace_test
import (
"context"
"fmt"
"github.com/hashicorp/go-azure-helpers/lang/pointer"
"testing"

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/hashicorp/go-azure-sdk/resource-manager/dynatrace/2023-04-27/tagrules"
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance"
Expand Down
3 changes: 1 addition & 2 deletions internal/services/dynatrace/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,12 @@ func FlattenLogRules(input *tagrules.LogRules) []LogRule {
}

var logRule LogRule
filteringTags := make([]FilteringTag, 0)
var sendAadLogs bool
var sendActivityLogs bool
var sendSubscriptionLogs bool

if input.FilteringTags != nil {
filteringTags = FlattenFilteringTags(input.FilteringTags)
filteringTags := FlattenFilteringTags(input.FilteringTags)
logRule.FilteringTags = filteringTags
}

Expand Down

0 comments on commit 1007af6

Please sign in to comment.