misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
||||
{
|
||||
ProfilesJson profilesJson = new()
|
||||
{
|
||||
Profiles = new List<UserProfileJson>(),
|
||||
Profiles = [],
|
||||
LastOpened = LastOpened.ToString(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user