aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.lua
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-11 16:26:38 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-11 16:27:01 -0800
commit9d82d522c17493ad3016ca0678a951485067408f (patch)
treeda23135f690e843cb5be3798b59d056d8c89f335 /nomsu_decompiler.lua
parent370fad9cd32e1931411282070963e80c3b1faf0c (diff)
Fixed some autoformatting stuff, and prepping to deprecate some math
shorthand.
Diffstat (limited to 'nomsu_decompiler.lua')
-rw-r--r--nomsu_decompiler.lua2
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