mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove extra blank line
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user