mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Code cleanup
This commit is contained in:
@@ -54,7 +54,9 @@ internal class CliProcess() : Process("Cli")
|
||||
private static void HandleCommand(string input)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(input))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
bool handled = CommandManager.TryExecute(
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user