no doubleNewline at end of file
This commit is contained in:
parent
8dfce773d1
commit
158c679349
|
@ -383,7 +383,7 @@ private:
|
||||||
newline();
|
newline();
|
||||||
write("}");
|
write("}");
|
||||||
depth--;
|
depth--;
|
||||||
if (index < tokens.length &&
|
if (index < tokens.length-1 &&
|
||||||
assumeSorted(astInformation.doubleNewlineLocations)
|
assumeSorted(astInformation.doubleNewlineLocations)
|
||||||
.equalRange(tokens[index].index).length)
|
.equalRange(tokens[index].index).length)
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,4 +12,3 @@ void main()
|
||||||
}
|
}
|
||||||
writeln("Average line length: ", lines ? sumLength / lines:0);
|
writeln("Average line length: ", lines ? sumLength / lines:0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ void main()
|
||||||
{
|
{
|
||||||
writeln("Hello, world without explicit compilations!");
|
writeln("Hello, world without explicit compilations!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue