Trim braces for consistency

This commit is contained in:
Bartłomiej Dach 2021-01-15 22:04:45 +01:00
parent ebbc32adfa
commit 3c1a86d11d
1 changed files with 0 additions and 2 deletions

View File

@ -381,9 +381,7 @@ public override Drawable GetDrawableComponent(ISkinComponent component)
var particle = getParticleTexture(resultComponent.Component);
if (particle != null)
{
return new LegacyJudgementPieceNew(resultComponent.Component, createDrawable, particle);
}
else
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
}