update
This commit is contained in:
parent
4122ab8e70
commit
58847982cf
|
@ -46,8 +46,8 @@ def colourEscapes:
|
||||||
);
|
);
|
||||||
|
|
||||||
def _encodeJSONValuePlainPretty($indent; $currentDepth):
|
def _encodeJSONValuePlainPretty($indent; $currentDepth):
|
||||||
[range($indent * $currentDepth) | " "] | join("") as $currentIndentDepthIndent |
|
([range($indent * $currentDepth) | " "] | join("")) as $currentIndentDepthIndent |
|
||||||
[range($indent * ($currentDepth + 1)) | " "] | join("") as $nextDepthIndent |
|
([range($indent * ($currentDepth + 1)) | " "] | join("")) as $nextDepthIndent |
|
||||||
"\n" as $currentIndentDepthNewline |
|
"\n" as $currentIndentDepthNewline |
|
||||||
" " as $currentIndentDepthSpace |
|
" " as $currentIndentDepthSpace |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue