Remove stray newline

This commit is contained in:
Dean Herbert 2020-12-18 17:33:18 +09:00
parent 615352c1e4
commit fdad5e86d3

View File

@ -16,7 +16,6 @@ using osuTK;
using osuTK.Graphics;
namespace osu.Game.Screens.Play.HUD
{
public class GameplayLeaderboardScore : CompositeDrawable, ILeaderboardScore
{