From b2a021855969409efe69a18a2fe03bcef1b4d0ec Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 6 May 2020 11:06:43 -0400 Subject: [PATCH] Remove trailing whitespace --- src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs index 70ac2355da..0de52d5f00 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs @@ -434,7 +434,7 @@ namespace Tgstation.Server.Host.Components.Watchdog var notification = new EventNotification(eventType, parameters); var activeServer = GetActiveController(); - + // Server may have ended if (activeServer == null) return true;