Remove trailing whitespace

This commit is contained in:
Jordan Brown
2020-05-06 11:06:43 -04:00
parent f891082225
commit b2a0218559
@@ -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;