mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -56,7 +56,8 @@ namespace Aaru.CommonTypes.Extents
|
||||
for(ulong i = 0; i < (ulong)array.LongLength; i++)
|
||||
array[i] = new ExtentType
|
||||
{
|
||||
Start = tuples[i].Item1, End = tuples[i].Item2
|
||||
Start = tuples[i].Item1,
|
||||
End = tuples[i].Item2
|
||||
};
|
||||
|
||||
return array;
|
||||
|
||||
Reference in New Issue
Block a user