1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +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

@ -2245,9 +2245,8 @@ void BfPrinter::Visit(BfTypeDeclaration* typeDeclaration)
ExpectNewLine();
QueueVisitChild(typeDeclaration->mAttributes);
if (!isOneLine)
ExpectNewLine();
else
ExpectSpace();
ExpectNewLine();
ExpectSpace();
QueueVisitChild(typeDeclaration->mAbstractSpecifier);
ExpectSpace();
QueueVisitChild(typeDeclaration->mSealedSpecifier);