We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f03bfd + 26ef3ff commit 28876d0Copy full SHA for 28876d0
lib/univalue_write.cpp
@@ -79,8 +79,6 @@ void UniValue::writeArray(unsigned int prettyIndent, unsigned int indentLevel, s
79
s += values[i].write(prettyIndent, indentLevel + 1);
80
if (i != (values.size() - 1)) {
81
s += ",";
82
- if (prettyIndent)
83
- s += " ";
84
}
85
if (prettyIndent)
86
s += "\n";
0 commit comments