Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Mar 27, 2024
1 parent eeb74de commit 10b0912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nyml/parser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ proc parseYAML*(yml: YAML, strContents: string): Parser =
if p.rootType == Array:
p.writeNodes(p.program.nodes)
else:
echo p.program.nodes
p.code &= "{"
p.writeNodes(p.program.nodes)
p.code &= "}"
Expand Down

0 comments on commit 10b0912

Please sign in to comment.