mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix Server.cs indentation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user