From 318192cd41e38806302680649f3e08b00909d3ae Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Tue, 4 Mar 2014 10:13:05 -0800 Subject: [PATCH] fix indentation from patch --- moonscript/compile.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonscript/compile.moon b/moonscript/compile.moon index 9539566..af7242e 100644 --- a/moonscript/compile.moon +++ b/moonscript/compile.moon @@ -44,7 +44,7 @@ class Lines switch mtype l when "string", DelayedLine line_no += 1 - line_no += 1 for _ in l\gmatch"\n" + line_no += 1 for _ in l\gmatch"\n" out[line_no] = posmap[i] when Lines _, line_no = l\flatten_posmap line_no, out