Menu

#49 Fix format problem with empty objects

v1.0 (example)
closed-fixed
None
5
2016-03-19
2015-10-26
No

When printing empty objects, the closing curly brace was missing one
indentation level.

Example from the output of test_utils:

BEFORE FIX:
{
"foo": "bar",
"child": {
"grandchild": {
}
}
}

AFTER FIX:
{
"foo": "bar",
"child": {
"grandchild": {
}
}
}

1 Attachments

Discussion

  • Dave Gamble

    Dave Gamble - 2016-03-19

    Again, merged upstream (thanks to you and kbranigan! :)

     
  • Dave Gamble

    Dave Gamble - 2016-03-19
    • status: unread --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB