mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
remove unnecessary space in JSON object serialization
This commit is contained in:
parent
7e866396aa
commit
64101df736
@ -267,7 +267,7 @@ private:
|
||||
for (unsigned int i = 0; i < indent; i++) out << ' ';
|
||||
|
||||
Stringifier::stringify(getKey(it), out, indent, step, options);
|
||||
out << ((indent > 0) ? " : " : ":");
|
||||
out << ((indent > 0) ? ": " : ":");
|
||||
|
||||
Stringifier::stringify(getValue(it), out, indent + step, step, options);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user