Skip to content

Commit

Permalink
gofmt -s -w decoder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
langmartin committed Apr 25, 2019
1 parent c22487c commit e94e92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func expandObject(node ast.Node, result reflect.Value) ast.Node {
// we need to un-flatten the ast enough to decode
newNode := &ast.ObjectItem{
Keys: []*ast.ObjectKey{
&ast.ObjectKey{
{
Token: keyToken,
},
},
Expand Down

0 comments on commit e94e92c

Please sign in to comment.