aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_decompiler.moon')
-rw-r--r--nomsu_decompiler.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon
index 5fa0be5..cb031e0 100644
--- a/nomsu_decompiler.moon
+++ b/nomsu_decompiler.moon
@@ -264,7 +264,7 @@ tree_to_nomsu = (tree)->
if tree[1].type == "Block" and not target_nomsu\is_multiline!
target_nomsu\parenthesize!
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