mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -84,7 +84,7 @@ public sealed class NeXTDisklabel : IPartition
|
||||
|
||||
uint sectorSize = imagePlugin.Info.SectorSize is 2352 or 2448 ? 2048 : imagePlugin.Info.SectorSize;
|
||||
|
||||
partitions = new List<Partition>();
|
||||
partitions = [];
|
||||
|
||||
ulong labelPosition = 0;
|
||||
ErrorNumber errno;
|
||||
|
||||
Reference in New Issue
Block a user