Fix failing test case
This commit is contained in:
parent
cf32df2acb
commit
c8c595bf16
|
@ -601,7 +601,7 @@ private:
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Silly hack to format enums better.
|
// Silly hack to format enums better.
|
||||||
if (peekBackIsLiteralOrIdent() || peekBackIs(tok!",", true))
|
if (peekBackIsLiteralOrIdent() || (peekBackIs(tok!",", true) && !peekBackIsSlashSlash))
|
||||||
newline();
|
newline();
|
||||||
write("}");
|
write("}");
|
||||||
if (index < tokens.length - 1
|
if (index < tokens.length - 1
|
||||||
|
|
Loading…
Reference in New Issue