added fixes for problems detected by sonarqube
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 24s

This commit is contained in:
2023-11-13 11:46:24 +01:00
parent 5872f482fb
commit eff34ff950
3 changed files with 4 additions and 4 deletions

View File

@ -43,6 +43,7 @@ public static class Input
{
List<Key> searchKeys = keys.ToList();
int count = 0;
foreach (var key in searchKeys)
{
if (IsKeyPressed(key))