1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Remove extra whitespace

This commit is contained in:
Dean Herbert 2017-12-07 20:44:38 +09:00
parent d36982b1d9
commit 8c89354b36

View File

@ -10,7 +10,6 @@ namespace osu.Game.Overlays.BeatmapSet
{
public class HeaderButton : TriangleButton
{
public HeaderButton()
{
Height = 0;
@ -25,6 +24,5 @@ namespace osu.Game.Overlays.BeatmapSet
Triangles.ColourDark = OsuColour.FromHex(@"094c5f");
Triangles.TriangleScale = 1.5f;
}
}
}