Code cleanup.

This commit is contained in:
2020-07-20 04:34:15 +01:00
parent eac6cbca7a
commit 3e38c369b3
5 changed files with 58 additions and 37 deletions

View File

@@ -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;