The pretty printer, dumb as it is, printed arrays of objects as
[{
...
}]
With this change, they now print as:
[{
...
}]
|
||
|---|---|---|
| .. | ||
| bignumber_js.go | ||
| ethereum_js.go | ||
| jsre_test.go | ||
| jsre.go | ||
| pretty.go | ||
The pretty printer, dumb as it is, printed arrays of objects as
[{
...
}]
With this change, they now print as:
[{
...
}]
|
||
|---|---|---|
| .. | ||
| bignumber_js.go | ||
| ethereum_js.go | ||
| jsre_test.go | ||
| jsre.go | ||
| pretty.go | ||