mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-09 23:41:57 +02:00
Code cleanup
This commit is contained in:
+4
-1
@@ -24,5 +24,8 @@ public interface ICommand
|
||||
/// <summary>
|
||||
/// Interrupts the command if it's currently running. This is called when the user presses Ctrl+C in the CLI.
|
||||
/// </summary>
|
||||
Task StopAsync() => Task.CompletedTask;
|
||||
Task StopAsync()
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user