diff --git a/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs b/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs index 0518526f29..2b9418d6ae 100644 --- a/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs +++ b/osu.Game/Beatmaps/BeatmapSetOnlineInfo.cs @@ -24,7 +24,7 @@ namespace osu.Game.Beatmaps /// The date this beatmap set was last updated. /// public DateTimeOffset? LastUpdated { get; set; } - + /// /// Whether or not this beatmap set has a background video. ///