More formatting

This commit is contained in:
DrabWeb 2017-04-29 06:17:50 -03:00
parent 3f73799975
commit ef811f3cf3
2 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ namespace osu.Game.Overlays
{ {
newItems.Add(new PlaylistItem(value[i], i) newItems.Add(new PlaylistItem(value[i], i)
{ {
OnSelect = OnSelect, OnSelect = OnSelect,
}); });
} }