mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -199,13 +199,11 @@ namespace Extents
|
||||
{
|
||||
start = 0;
|
||||
foreach(Tuple<int, int> extent in backend)
|
||||
{
|
||||
if(item >= extent.Item1 && item <= extent.Item2)
|
||||
{
|
||||
start = extent.Item1;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user