1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 04:41:19 +08:00

Remove extra blank line

This commit is contained in:
Derrick Timmermans
2021-07-07 12:01:47 +02:00
Unverified
parent 8b1876bc2a
commit f53f6690e3
@@ -60,7 +60,6 @@ namespace osu.Game.Graphics.Containers
public override bool Remove(T drawable)
=> throw new NotSupportedException($"Cannot remove drawables from {nameof(SelectionCycleFillFlowContainer<T>)}");
private void setSelected(int? value)
{
if (selectedIndex == value)