From 5833d871acb9af4ac8f8b4570f4904a82a9b963c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 25 Aug 2014 16:23:38 -0700 Subject: [PATCH] fmt --- config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_test.go b/config_test.go index 2558c834..25d424cd 100644 --- a/config_test.go +++ b/config_test.go @@ -29,7 +29,7 @@ func TestConfigLoadJSON_client(t *testing.T) { t.Fatalf("err: %s", err) } - var expected clientSecretsFile + var expected clientSecretsFile expected.Web.AuthURI = "https://accounts.google.com/o/oauth2/auth" expected.Web.ClientEmail = "foo@developer.gserviceaccount.com" expected.Web.ClientId = "foo.apps.googleusercontent.com"