1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Fixed formatting for 'public abstract class'

This commit is contained in:
Brian Fiete 2020-01-27 17:14:38 -08:00
parent 7c67b226be
commit 62e62ed907

View file

@ -2246,7 +2246,6 @@ void BfPrinter::Visit(BfTypeDeclaration* typeDeclaration)
QueueVisitChild(typeDeclaration->mAttributes);
if (!isOneLine)
ExpectNewLine();
else
ExpectSpace();
QueueVisitChild(typeDeclaration->mAbstractSpecifier);
ExpectSpace();