From ca4178b9ec9a0405385d2c2ab6f829539b5d7434 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 30 Jan 2018 11:16:42 -0500 Subject: [PATCH] gofmt bug will be fixed in 1.10 --- terraform/interpolate_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/interpolate_test.go b/terraform/interpolate_test.go index 10f23a278..00aec367d 100644 --- a/terraform/interpolate_test.go +++ b/terraform/interpolate_test.go @@ -348,8 +348,8 @@ func TestInterpolater_resourceVariableMissingDuringInput(t *testing.T) { &ModuleState{ Path: rootModulePath, Resources: map[string]*ResourceState{ - // No resources at all yet, because we're still dealing - // with input and so the resources haven't been created. + // No resources at all yet, because we're still dealing + // with input and so the resources haven't been created. }, }, },