From 50c2bf6e4c86a07b8ffc16015c266f521d55a4be Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 20 Jan 2022 17:00:00 +0100 Subject: [PATCH] Fix indentation --- src/org_parser.nim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/org_parser.nim b/src/org_parser.nim index 1324982..7a8da2d 100644 --- a/src/org_parser.nim +++ b/src/org_parser.nim @@ -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](), )))