mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 22:00:54 -05:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
||||
{
|
||||
updatedCount = 0;
|
||||
|
||||
List<ManualResetEvent> waiters = new();
|
||||
List<ManualResetEvent> waiters = [];
|
||||
|
||||
for (int i = 0; i < events.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user