Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 20, 2024
1 parent da40ca6 commit 8d472b7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package tfapstra_test
import (
"context"
"fmt"
"strconv"
"testing"

"github.com/Juniper/apstra-go-sdk/apstra"
"github.com/Juniper/apstra-go-sdk/apstra/enum"
tfapstra "github.com/Juniper/terraform-provider-apstra/apstra"
Expand All @@ -12,8 +15,6 @@ import (
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
"github.com/stretchr/testify/require"
"strconv"
"testing"
)

const (
Expand Down

0 comments on commit 8d472b7

Please sign in to comment.