Fix whitespace

This commit is contained in:
Dominion
2023-05-20 16:03:21 -04:00
parent f1641c8b6e
commit 67d5ad4fa1
@@ -387,8 +387,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
using (await SemaphoreSlimContext.Lock(synchronizationSemaphore, ct))
await LaunchNoLock(true, true, true, reattachInfo, ct);
},
cancellationToken)
;
cancellationToken);
}
/// <inheritdoc />