Skip to content

Commit 902d703

Browse files
committed
fmt
1 parent 4998032 commit 902d703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_data_retention_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"github.com/hashicorp/go-tfe"
77
"github.com/hashicorp/terraform-plugin-framework-validators/numbervalidator"
88
"github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator"
9+
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
910
"github.com/hashicorp/terraform-plugin-framework/diag"
1011
"github.com/hashicorp/terraform-plugin-framework/path"
1112
"github.com/hashicorp/terraform-plugin-framework/resource"
@@ -20,7 +21,6 @@ import (
2021
"github.com/hashicorp/terraform-plugin-log/tflog"
2122
"log"
2223
"strings"
23-
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
2424
)
2525

2626
// Ensure provider defined types fully satisfy framework interfaces.

0 commit comments

Comments
 (0)