Fix indentation

This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent 5c1e3a73ea
commit 50c2bf6e4c

View File

@@ -33,12 +33,12 @@ when isMainModule:
let sampleBuilder = StringBuilderResult
.ok(StringBuilder((
parser: initParser("""**** TODO Some stars
:PROPERTIES:
:PROP_NAME: Value
:PROP_NAME: Value
:PROP_NAME: Value
:PROP_NAME: Value
:PROPERTIES_END:
:PROPERTIES:
:PROP_NAME: Value
:PROP_NAME: Value
:PROP_NAME: Value
:PROP_NAME: Value
:PROPERTIES_END:
"""),
tree: newSeq[StringBuilderT](),
)))