Skip to content

Commit 8d472b7

Browse files
committed
gofumpt
1 parent da40ca6 commit 8d472b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apstra/resource_datacenter_routing_zone_constraint_integration_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ package tfapstra_test
33
import (
44
"context"
55
"fmt"
6+
"strconv"
7+
"testing"
8+
69
"github.com/Juniper/apstra-go-sdk/apstra"
710
"github.com/Juniper/apstra-go-sdk/apstra/enum"
811
tfapstra "github.com/Juniper/terraform-provider-apstra/apstra"
@@ -12,8 +15,6 @@ import (
1215
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"
1316
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1417
"github.com/stretchr/testify/require"
15-
"strconv"
16-
"testing"
1718
)
1819

1920
const (

0 commit comments

Comments
 (0)