diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 16:26:38 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 16:27:01 -0800 |
| commit | 9d82d522c17493ad3016ca0678a951485067408f (patch) | |
| tree | da23135f690e843cb5be3798b59d056d8c89f335 /nomsu_decompiler.moon | |
| parent | 370fad9cd32e1931411282070963e80c3b1faf0c (diff) | |
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
Diffstat (limited to 'nomsu_decompiler.moon')
| -rw-r--r-- | nomsu_decompiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon index 5b72823..6053979 100644 --- a/nomsu_decompiler.moon +++ b/nomsu_decompiler.moon @@ -184,7 +184,7 @@ tree_to_nomsu = (tree)-> switch tree.type when "FileChunks" if tree.shebang - nomsu\append tree.shebang, "\n" + nomsu\append tree.shebang for chunk_no, chunk in ipairs tree nomsu\append "\n\n#{("~")\rep(80)}\n\n" if chunk_no > 1 |
