mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 17:00:52 -05:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Ryujinx.HLE.HOS.Services.Ro
|
||||
return ResultCode.InvalidSize;
|
||||
}
|
||||
|
||||
List<byte[]> hashes = new();
|
||||
List<byte[]> hashes = [];
|
||||
|
||||
for (int i = 0; i < header.HashesCount; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user