Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcreddy-gcp committed Feb 27, 2024
1 parent e11c8ad commit 679cccc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
Expand All @@ -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"},
},
},
})
Expand Down

0 comments on commit 679cccc

Please sign in to comment.