From 679cccc1f78e735d6533bef57e3f5a3dd3f20dfe Mon Sep 17 00:00:00 2001 From: Bhargav Chereddy Date: Tue, 27 Feb 2024 21:16:41 +0000 Subject: [PATCH] fix indentation --- .../notebooks/resource_notebooks_runtime_test.go.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mmv1/third_party/terraform/services/notebooks/resource_notebooks_runtime_test.go.erb b/mmv1/third_party/terraform/services/notebooks/resource_notebooks_runtime_test.go.erb index 7da96accc4e0..74669dc44525 100644 --- a/mmv1/third_party/terraform/services/notebooks/resource_notebooks_runtime_test.go.erb +++ b/mmv1/third_party/terraform/services/notebooks/resource_notebooks_runtime_test.go.erb @@ -25,7 +25,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) { ResourceName: "google_notebooks_runtime.runtime", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, }, { Config: testAccNotebooksRuntime_update(context), @@ -34,7 +34,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) { ResourceName: "google_notebooks_runtime.runtime", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, }, { Config: testAccNotebooksRuntime_basic(context), @@ -43,7 +43,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) { ResourceName: "google_notebooks_runtime.runtime", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"labels", "terraform_labels"}, }, }, })