No spaces-only lines after imports
Fixes tests/higherorder.d
This commit is contained in:
parent
2278a4c16b
commit
6538abd177
|
@ -190,8 +190,10 @@ private:
|
|||
{
|
||||
if (current.type == tok!";")
|
||||
{
|
||||
formatStep();
|
||||
writeToken();
|
||||
tempIndent = 0;
|
||||
if (!(t == tok!"import" && current.type == tok!"import"))
|
||||
write("\n");
|
||||
newline();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue