Skip to content

Commit 3382d48

Browse files
formating
1 parent f3f2cc0 commit 3382d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/resourcepolicy/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func basicTestCase(t *testing.T) *resource.TestCase {
6868
updatedName = "updated-policy"
6969
)
7070
updatedDescription := fmt.Sprintf("updated-%s", description)
71-
71+
7272
return &resource.TestCase{ // Need sequential execution for assertions to be deterministic (plural data source)
7373
PreCheck: func() { acc.PreCheckBasic(t) },
7474
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,

0 commit comments

Comments
 (0)