fix linting

This commit is contained in:
Preetha Appan 2019-03-28 18:01:40 -05:00
parent cc07256bb5
commit e0566237a4
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ func unwrapLegacyHCLObjectKeysFromJSON(item *ast.ObjectItem, depth int) {
item.Val = &ast.ObjectType{
List: &ast.ObjectList{
Items: []*ast.ObjectItem{
&ast.ObjectItem{
{
Keys: []*ast.ObjectKey{key},
Val: item.Val,
},