1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:02:54 +08:00

Remove extra blank line

This commit is contained in:
Derrick Timmermans 2021-07-07 12:01:47 +02:00
parent 8b1876bc2a
commit f53f6690e3
No known key found for this signature in database
GPG Key ID: 8681B60806EF4A17

View File

@ -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)