Skip to content

Commit

Permalink
Remove trailing whitespace from JSON export
Browse files Browse the repository at this point in the history
  • Loading branch information
btcdrak committed Oct 26, 2016
1 parent 3f03bfd commit 26ef3ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/univalue_write.cpp
Expand Up @@ -79,8 +79,6 @@ void UniValue::writeArray(unsigned int prettyIndent, unsigned int indentLevel, s
s += values[i].write(prettyIndent, indentLevel + 1);
if (i != (values.size() - 1)) {
s += ",";
if (prettyIndent)
s += " ";
}
if (prettyIndent)
s += "\n";
Expand Down

0 comments on commit 26ef3ff

Please sign in to comment.