From 9d82d522c17493ad3016ca0678a951485067408f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 16:26:38 -0800 Subject: Fixed some autoformatting stuff, and prepping to deprecate some math shorthand. --- nomsu_decompiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_decompiler.lua') 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 -- cgit v1.2.3