Remove trailing whitespace

This commit is contained in:
Jordan Brown
2019-01-06 16:44:33 -05:00
committed by GitHub
parent 42ba17fbbe
commit a275f9a363
@@ -188,7 +188,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
ContractResolver = new CamelCasePropertyNamesContractResolver(),
ReferenceLoopHandling = ReferenceLoopHandling.Ignore
});
var chatJsonTrackingTask = chat.TrackJsons(basePath, interopInfo.ChatChannelsJson, interopInfo.ChatCommandsJson, cancellationToken);
await ioManager.WriteAllBytes(ioManager.ConcatPath(basePath, interopJsonFile), Encoding.UTF8.GetBytes(interopJson), cancellationToken).ConfigureAwait(false);