From ab01c23140c3e17d58c768d380e93fa6827e758f Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Thu, 27 Oct 2016 11:25:28 -0700 Subject: [PATCH] style fix --- builtin/providers/google/resource_compute_instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/google/resource_compute_instance_test.go b/builtin/providers/google/resource_compute_instance_test.go index f0ef4dd20..6033ebe10 100644 --- a/builtin/providers/google/resource_compute_instance_test.go +++ b/builtin/providers/google/resource_compute_instance_test.go @@ -1065,7 +1065,7 @@ func testAccComputeInstance_subnet_custom(instance string) string { }`, acctest.RandString(10), acctest.RandString(10), instance) } -func testAccComputeInstance_subnet_xpn(instance string, xpn_host string) string { +func testAccComputeInstance_subnet_xpn(instance, xpn_host string) string { return fmt.Sprintf(` resource "google_compute_network" "inst-test-network" { name = "inst-test-network-%s"