1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:49:54 +08:00

Fix code inspection

This commit is contained in:
Bartłomiej Dach
2024-11-14 11:58:57 +01:00
Unverified
parent fea6a54432
commit f9489690cb
@@ -151,7 +151,7 @@ namespace osu.Game.Collections
}
}
private class NewCollectionEntryItem : DrawableCollectionListItem
private partial class NewCollectionEntryItem : DrawableCollectionListItem
{
[Resolved]
private RealmAccess realm { get; set; } = null!;