From 281b59533df7e6905d8f2f5c7b6513e7d61a0f1d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Sep 2014 21:44:40 -0700 Subject: [PATCH] fmt --- terraform/resource_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/resource_test.go b/terraform/resource_test.go index b2edff5c1..fa35ab9a8 100644 --- a/terraform/resource_test.go +++ b/terraform/resource_test.go @@ -41,8 +41,8 @@ func TestResourceConfigGet(t *testing.T) { }{ { Config: nil, - Key: "foo", - Value: nil, + Key: "foo", + Value: nil, }, {