From a37acb1837e94652b26c6e8ab69d250be2ce2a50 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 21 Feb 2018 10:22:08 -0500 Subject: [PATCH] gofmt with go1.10 --- command/format/plan_test.go | 2 +- terraform/interpolate_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/command/format/plan_test.go b/command/format/plan_test.go index 0a2dc1e36e..a87646cf0a 100644 --- a/command/format/plan_test.go +++ b/command/format/plan_test.go @@ -408,7 +408,7 @@ func TestPlanStats(t *testing.T) { }, }, PlanStats{ - // data resource refreshes are not counted in our stats + // data resource refreshes are not counted in our stats }, }, "replace": { diff --git a/terraform/interpolate_test.go b/terraform/interpolate_test.go index 00aec367da..10f23a2788 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. }, }, },