mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
fix indentation from patch
This commit is contained in:
parent
5f4d476ad0
commit
318192cd41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user