Use procs to stay consistent

This commit is contained in:
Florian Schroedl
2022-08-28 14:07:44 +02:00
parent 084594a7d3
commit c273945d4d
2 changed files with 2 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ proc tryTokenizeInline*(content: string): OrgInlineBuilderResult =
defaultTokenizerFn = tryTokenizeRawText,
))
# -- Tests
when isMainModule: