From 30786ce4423c6a8fee27f1bd8ac778672d9efe04 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 11 Oct 2014 10:47:07 -0700 Subject: [PATCH] fmt --- helper/schema/schema_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/schema_test.go b/helper/schema/schema_test.go index d9bcd1cf57..0819e45f31 100644 --- a/helper/schema/schema_test.go +++ b/helper/schema/schema_test.go @@ -914,7 +914,7 @@ func TestSchemaMap_Diff(t *testing.T) { State: &terraform.InstanceState{ Attributes: map[string]string{ - "ingress.#": "2", + "ingress.#": "2", "ingress.0.ports.#": "1", "ingress.0.ports.0": "80", "ingress.1.ports.#": "1",