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.lua | |
| parent | 370fad9cd32e1931411282070963e80c3b1faf0c (diff) | |
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
Diffstat (limited to 'nomsu_decompiler.lua')
| -rw-r--r-- | nomsu_decompiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.lua b/nomsu_decompiler.lua index 4655211..4312f6a 100644 --- a/nomsu_decompiler.lua +++ b/nomsu_decompiler.lua @@ -242,7 +242,7 @@ tree_to_nomsu = function(tree) local _exp_0 = tree.type if "FileChunks" == _exp_0 then if tree.shebang then - nomsu:append(tree.shebang, "\n") + nomsu:append(tree.shebang) end for chunk_no, chunk in ipairs(tree) do if chunk_no > 1 then |
