aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.moon
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-15 17:48:14 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-15 17:48:35 -0800
commit5c9674880206f66c109adc1bedf8f786166f125f (patch)
tree30d95a1aacd2b30f8cb060846cbe9efd09e31aca /nomsu_decompiler.moon
parentf6fe028f1786d7e582623fc26df916fcd05c2e31 (diff)
Fix for formatting indented code with the format tool.
Diffstat (limited to 'nomsu_decompiler.moon')
-rw-r--r--nomsu_decompiler.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon
index b88a766..297a518 100644
--- a/nomsu_decompiler.moon
+++ b/nomsu_decompiler.moon
@@ -251,7 +251,6 @@ tree_to_nomsu = (tree)->
else
nomsu\add tree_to_nomsu(chunk)
- nomsu\add('\n') unless nomsu\match("\n$")
return nomsu
when "Action"