Fix #12
This commit is contained in:
parent
e4ed938515
commit
41854aaeb6
src
|
@ -201,6 +201,11 @@ private:
|
||||||
{
|
{
|
||||||
writeToken();
|
writeToken();
|
||||||
tempIndent = 0;
|
tempIndent = 0;
|
||||||
|
if (index >= tokens.length)
|
||||||
|
{
|
||||||
|
newline();
|
||||||
|
break;
|
||||||
|
}
|
||||||
if (current.type == tok!"comment")
|
if (current.type == tok!"comment")
|
||||||
break;
|
break;
|
||||||
if (!(t == tok!"import" && current.type == tok!"import"))
|
if (!(t == tok!"import" && current.type == tok!"import"))
|
||||||
|
|
Loading…
Reference in New Issue