1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Trimmed whitespace

This commit is contained in:
Samuel Van Allen 2019-04-03 22:40:20 +08:00
parent 4d60f6fb6a
commit 3660924441

View File

@ -179,7 +179,7 @@ namespace osu.Game.Screens.Select.Carousel
new OsuMenuItem("Edit", MenuItemType.Standard, () => editRequested?.Invoke(beatmap)),
new OsuMenuItem("Hide", MenuItemType.Destructive, () => hideRequested?.Invoke(beatmap)),
};
if (beatmap.OnlineBeatmapID.HasValue)
items.Add(new OsuMenuItem("Details", MenuItemType.Standard, () => beatmapOverlay?.FetchAndShowBeatmap(beatmap.OnlineBeatmapID.Value)));