aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs')
-rw-r--r--src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs b/src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs
index 4c22de40..dd67e420 100644
--- a/src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs
+++ b/src/ARMeilleure/Translation/Cache/CacheMemoryAllocator.cs
@@ -23,7 +23,7 @@ namespace ARMeilleure.Translation.Cache
}
}
- private readonly List<MemoryBlock> _blocks = new List<MemoryBlock>();
+ private readonly List<MemoryBlock> _blocks = new();
public CacheMemoryAllocator(int capacity)
{