diff --git a/src/Tgstation.Server.Host/Server.cs b/src/Tgstation.Server.Host/Server.cs index 9128c38c24..50406a988d 100644 --- a/src/Tgstation.Server.Host/Server.cs +++ b/src/Tgstation.Server.Host/Server.cs @@ -6,12 +6,12 @@ namespace Tgstation.Server.Host { /// sealed class Server : IServer - { - /// - public string UpdatePath => null; + { + /// + public string UpdatePath => null; - /// - public void Dispose() { } + /// + public void Dispose() { } /// public Task RunAsync(string[] args, CancellationToken cancellationToken) => Task.CompletedTask;