We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f03bfd commit 26ef3ffCopy full SHA for 26ef3ff
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