A few more throwaway variable syntax updated

This commit is contained in:
Kwoth
2022-02-01 13:54:25 +01:00
parent 7ee51332b0
commit b22cd5a81e
8 changed files with 12 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ public class AdministrationService : INService
}
else
{
DeleteMessagesOnCommandChannels.TryRemove(chId, out var _);
DeleteMessagesOnCommandChannels.TryRemove(chId, out _);
}
}