forked from lthn/blockchain
fixed incorrect end-of-object indentation in dump_as_json() and similar functions
This commit is contained in:
parent
4e20dad924
commit
0e69e059fe
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace epee
|
|||
template<class t_stream>
|
||||
static void handle_obj_end(t_stream& strm, size_t indent)
|
||||
{
|
||||
strm << "}";
|
||||
strm << make_indent(indent) << "}";
|
||||
}
|
||||
|
||||
template<class t_stream>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue