mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Code restyle.
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Aaru.CommonTypes.Extents
|
||||
int realEnd;
|
||||
|
||||
if(run)
|
||||
realEnd = (start + end) - 1;
|
||||
realEnd = start + end - 1;
|
||||
else
|
||||
realEnd = end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user