mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 20:23:00 +08:00
fixed indent
This commit is contained in:
parent
c55eb83351
commit
6416ace70d
@ -199,7 +199,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
SelectedSection.Value = Children.TakeWhile(section => diff(section) <= 0).LastOrDefault()
|
SelectedSection.Value = Children.TakeWhile(section => diff(section) <= 0).LastOrDefault()
|
||||||
?? Children.FirstOrDefault();
|
?? Children.FirstOrDefault();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user