From 3fdeee612eb1f4b9a192e631460c7fc0932511e2 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 6 Apr 2018 14:13:45 -0400 Subject: [PATCH] Fix Server.cs indentation --- src/Tgstation.Server.Host/Server.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;