diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-15 14:53:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-15 14:53:42 -0700 |
| commit | ae979c3718b6b472148a19f64aa3e0878e1e259d (patch) | |
| tree | 9cd0462163ad656f8d63e7386a2aec7841197909 /nomsu_tree.moon | |
| parent | 3be20840caa484e6f07865338bac57de45765c81 (diff) | |
Minor cleanups changes.
Diffstat (limited to 'nomsu_tree.moon')
| -rw-r--r-- | nomsu_tree.moon | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon index fc71219..f63f036 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -54,8 +54,7 @@ Tree "Block", line_lua = line\as_lua(nomsu) if i > 1 lua\append "\n" - line_lua\convert_to_statements! - lua\append line_lua + lua\append line_lua\as_statements! return lua as_nomsu: (inline=false)=> |
