From 5c9674880206f66c109adc1bedf8f786166f125f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 Jan 2019 17:48:14 -0800 Subject: Fix for formatting indented code with the format tool. --- nomsu_decompiler.moon | 1 - 1 file changed, 1 deletion(-) (limited to 'nomsu_decompiler.moon') diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon index b88a766..297a518 100644 --- a/nomsu_decompiler.moon +++ b/nomsu_decompiler.moon @@ -251,7 +251,6 @@ tree_to_nomsu = (tree)-> else nomsu\add tree_to_nomsu(chunk) - nomsu\add('\n') unless nomsu\match("\n$") return nomsu when "Action" -- cgit v1.2.3