misc: chore: Use collection expressions in Horizon project
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Ryujinx.Horizon
|
||||
|
||||
public HeapAllocator()
|
||||
{
|
||||
_freeRanges = new List<Range>();
|
||||
_freeRanges = [];
|
||||
_currentHeapSize = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user