mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08: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)
|
||||
=> throw new NotSupportedException($"Cannot remove drawables from {nameof(SelectionCycleFillFlowContainer<T>)}");
|
||||
|
||||
|
||||
private void setSelected(int? value)
|
||||
{
|
||||
if (selectedIndex == value)
|
||||
|
Loading…
Reference in New Issue
Block a user