mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Fix whitespace
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user