Fixed indentation (2 spaces) part 2

This commit is contained in:
onionhammer
2015-05-16 12:37:07 -05:00
parent 11457bc63b
commit 30aed77d04

View File

@@ -971,7 +971,7 @@ proc toUgly*(result: var string, node: JsonNode) =
result.add key.escapeJson()
result.add "\":"
result.toUgly value
result.add "}"
result.add "}"
of JString:
result.add "\""
result.add node.str.escapeJson()