Skip to content

Commit 26ef3ff

Browse files
committed
Remove trailing whitespace from JSON export
1 parent 3f03bfd commit 26ef3ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/univalue_write.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ void UniValue::writeArray(unsigned int prettyIndent, unsigned int indentLevel, s
7979
s += values[i].write(prettyIndent, indentLevel + 1);
8080
if (i != (values.size() - 1)) {
8181
s += ",";
82-
if (prettyIndent)
83-
s += " ";
8482
}
8583
if (prettyIndent)
8684
s += "\n";

0 commit comments

Comments
 (0)