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