diff --git a/osu.Game/Collections/BeatmapCollection.cs b/osu.Game/Collections/BeatmapCollection.cs
index 7e4b15ecf9..1a739f824f 100644
--- a/osu.Game/Collections/BeatmapCollection.cs
+++ b/osu.Game/Collections/BeatmapCollection.cs
@@ -25,7 +25,7 @@ namespace osu.Game.Collections
///
/// The beatmaps contained by the collection.
///
- public readonly BindableList Beatmaps = new BindableList();
+ public readonly BindableList Beatmaps = new BindableList();
///
/// The date when this collection was last modified.
diff --git a/osu.Game/Collections/CollectionFilterDropdown.cs b/osu.Game/Collections/CollectionFilterDropdown.cs
index 7067f82fd3..ad23874b2e 100644
--- a/osu.Game/Collections/CollectionFilterDropdown.cs
+++ b/osu.Game/Collections/CollectionFilterDropdown.cs
@@ -39,7 +39,7 @@ namespace osu.Game.Collections
}
private readonly IBindableList collections = new BindableList();
- private readonly IBindableList beatmaps = new BindableList();
+ private readonly IBindableList beatmaps = new BindableList();
private readonly BindableList filters = new BindableList();
[Resolved(CanBeNull = true)]
@@ -200,7 +200,7 @@ namespace osu.Game.Collections
private IBindable beatmap { get; set; }
[CanBeNull]
- private readonly BindableList collectionBeatmaps;
+ private readonly BindableList collectionBeatmaps;
[NotNull]
private readonly Bindable collectionName;