Skip to content

Commit

Permalink
gofmt bug will be fixed in 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Jan 30, 2018
1 parent a2f8482 commit ca4178b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/interpolate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
},
},
},
Expand Down

0 comments on commit ca4178b

Please sign in to comment.