Fix Server.cs indentation

This commit is contained in:
Cyberboss
2018-04-06 14:13:45 -04:00
parent 5c7ee1f2d6
commit 3fdeee612e
+5 -5
View File
@@ -6,12 +6,12 @@ namespace Tgstation.Server.Host
{
/// <inheritdoc />
sealed class Server : IServer
{
/// <inheritdoc />
public string UpdatePath => null;
{
/// <inheritdoc />
public string UpdatePath => null;
/// <inheritdoc />
public void Dispose() { }
/// <inheritdoc />
public void Dispose() { }
/// <inheritdoc />
public Task RunAsync(string[] args, CancellationToken cancellationToken) => Task.CompletedTask;