mirror of
https://github.com/osukey/osukey.git
synced 2025-05-11 16:47:19 +09:00
Remove extra blank line
This commit is contained in:
parent
8b1876bc2a
commit
f53f6690e3
@ -60,7 +60,6 @@ namespace osu.Game.Graphics.Containers
|
|||||||
public override bool Remove(T drawable)
|
public override bool Remove(T drawable)
|
||||||
=> throw new NotSupportedException($"Cannot remove drawables from {nameof(SelectionCycleFillFlowContainer<T>)}");
|
=> throw new NotSupportedException($"Cannot remove drawables from {nameof(SelectionCycleFillFlowContainer<T>)}");
|
||||||
|
|
||||||
|
|
||||||
private void setSelected(int? value)
|
private void setSelected(int? value)
|
||||||
{
|
{
|
||||||
if (selectedIndex == value)
|
if (selectedIndex == value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user