mirror of https://github.com/ppy/osu
Fix code inspection
This commit is contained in:
parent
fea6a54432
commit
f9489690cb
|
@ -151,7 +151,7 @@ public DrawableCollectionListItem ReplacePlaceholder()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private class NewCollectionEntryItem : DrawableCollectionListItem
|
private partial class NewCollectionEntryItem : DrawableCollectionListItem
|
||||||
{
|
{
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private RealmAccess realm { get; set; } = null!;
|
private RealmAccess realm { get; set; } = null!;
|
||||||
|
|
Loading…
Reference in New Issue