From a7adc8cbff9347606fc9c0e8d00d4af2b6b838f5 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Dec 2018 18:25:16 -0800 Subject: Fixed multi-line methodcalls --- 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 24a7b01..bfd78f9 100644 --- a/nomsu_decompiler.lua +++ b/nomsu_decompiler.lua @@ -339,7 +339,7 @@ tree_to_nomsu = function(tree) target_nomsu:parenthesize() end nomsu:add(target_nomsu) - nomsu:add(target_nomsu:is_multiline() and " \\\n..|" or "|") + nomsu:add(target_nomsu:is_multiline() and "\n..|" or "|") nomsu:add(tree_to_nomsu(tree[2])) return nomsu elseif "EscapedNomsu" == _exp_0 then -- cgit v1.2.3