mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 05:23:20 +00:00
Fixed indentation (2 spaces) part 2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user