gofmt with go1.10

This commit is contained in:
James Bardin 2018-02-21 10:22:08 -05:00
parent 1d0f5fdac9
commit a37acb1837
2 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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.
},
},
},