Remove unnecessary discard

This commit is contained in:
Salman Ahmed 2022-12-19 18:42:51 +03:00
parent 2249c97a6f
commit d47a8b2e26
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public override SettingsSubsection CreateSettingsSubsectionFor(InputHandler hand
{
switch (handler)
{
case IOSMouseHandler _:
case IOSMouseHandler:
return new IOSMouseSettings();
default: