Skip to content

Commit 2baf266

Browse files
committed
fix golangci-lin
1 parent 5b26b91 commit 2baf266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/baremetal/partition_schema_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import (
55
"encoding/json"
66
"errors"
77
"fmt"
8-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
98
"strings"
109

1110
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1211
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
12+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
1313
"github.com/scaleway/scaleway-sdk-go/api/baremetal/v1"
1414
"github.com/scaleway/scaleway-sdk-go/scw"
1515
"github.com/scaleway/terraform-provider-scaleway/v2/internal/dsf"

0 commit comments

Comments
 (0)