From b9f82ef17ef15bb9928b4e2141c22f5e9b44148b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 5 Sep 2014 10:23:49 -0700 Subject: [PATCH] fmt --- builder/googlecompute/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/googlecompute/config_test.go b/builder/googlecompute/config_test.go index f99b9fece..83a188020 100644 --- a/builder/googlecompute/config_test.go +++ b/builder/googlecompute/config_test.go @@ -7,7 +7,7 @@ import ( func testConfig(t *testing.T) map[string]interface{} { return map[string]interface{}{ - "account_file": testAccountFile(t), + "account_file": testAccountFile(t), "bucket_name": "foo", "client_secrets_file": testClientSecretsFile(t), "project_id": "hashicorp",