From 56bccd6f70e20495395e1d0cb910750e90ed0359 Mon Sep 17 00:00:00 2001
From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
Date: Sun, 18 Aug 2024 23:51:49 -0400
Subject: [PATCH] Apply suggestions from code review
---
src/Tgstation.Server.Host/Program.cs | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/Tgstation.Server.Host/Program.cs b/src/Tgstation.Server.Host/Program.cs
index 47988e4d1c..b23633b7df 100644
--- a/src/Tgstation.Server.Host/Program.cs
+++ b/src/Tgstation.Server.Host/Program.cs
@@ -11,8 +11,6 @@ using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Properties;
using Tgstation.Server.Host.System;
-using Process = System.Diagnostics.Process;
-
namespace Tgstation.Server.Host
{
///
@@ -42,7 +40,7 @@ namespace Tgstation.Server.Host
/// Entrypoint for the .
///
/// The command line arguments.
- /// A resulting in the .
+ /// A resulting in the .
public static async Task Main(string[] args)
{
// first arg is 100% always the update path, starting it otherwise is solely for debugging purposes