Fix up some missed "go fmt"

Because of the size of some of these files, automatic format-on-save was
implicitly disabled in my editor, which I didn't notice before committing.
This commit is contained in:
Martin Atkins 2018-06-04 09:56:42 -07:00
parent 82d2c5b484
commit 2ef56b3e05
2 changed files with 5 additions and 5 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

@ -285,7 +285,7 @@ func TestContext2Apply_resourceDependsOnModuleStateOnly(t *testing.T) {
ID: "bar",
},
Dependencies: []string{"module.child"},
Provider: "provider.aws",
Provider: "provider.aws",
},
},
},
@ -1342,7 +1342,7 @@ func testContext2Apply_destroyDependsOnStateOnly(t *testing.T) {
Attributes: map[string]string{},
},
Dependencies: []string{"aws_instance.foo"},
Provider: "provider.aws",
Provider: "provider.aws",
},
},
},
@ -1422,7 +1422,7 @@ func testContext2Apply_destroyDependsOnStateOnlyModule(t *testing.T) {
Attributes: map[string]string{},
},
Dependencies: []string{"aws_instance.foo"},
Provider: "provider.aws",
Provider: "provider.aws",
},
},
},
@ -8598,7 +8598,7 @@ func TestContext2Apply_issue7824(t *testing.T) {
ResourceTypes: map[string]*configschema.Block{
"template_file": {
Attributes: map[string]*configschema.Attribute{
"template": {Type: cty.String, Optional: true},
"template": {Type: cty.String, Optional: true},
"__template_requires_new": {Type: cty.Bool, Optional: true},
},
},