diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-15 17:48:14 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-15 17:48:35 -0800 |
| commit | 5c9674880206f66c109adc1bedf8f786166f125f (patch) | |
| tree | 30d95a1aacd2b30f8cb060846cbe9efd09e31aca /nomsu_decompiler.moon | |
| parent | f6fe028f1786d7e582623fc26df916fcd05c2e31 (diff) | |
Fix for formatting indented code with the format tool.
Diffstat (limited to 'nomsu_decompiler.moon')
| -rw-r--r-- | nomsu_decompiler.moon | 1 |
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" |
