mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Fix stray bracket
This commit is contained in:
parent
65dd80e6f6
commit
085893c9b4
@ -154,8 +154,7 @@ namespace osu.Game.Database
|
||||
return realmList.Select(l => new RealmLiveUnmanaged<T>(l)).Cast<ILive<T>>().ToList();
|
||||
}
|
||||
|
||||
public static ILive<T> ToLiveUnmanaged<T>(this T realmObject
|
||||
)
|
||||
public static ILive<T> ToLiveUnmanaged<T>(this T realmObject)
|
||||
where T : RealmObject, IHasGuidPrimaryKey
|
||||
{
|
||||
return new RealmLiveUnmanaged<T>(realmObject);
|
||||
|
Loading…
Reference in New Issue
Block a user