- 
Felix Lange authored
The pretty printer, dumb as it is, printed arrays of objects as [{ ... }] With this change, they now print as: [{ ... }]1086e2f2 
The pretty printer, dumb as it is, printed arrays of objects as
  [{
    ...
    }]
With this change, they now print as:
  [{
    ...
  }]