From d31145f87b29856aa43b4b60be2f3840e85f204b Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 24 Apr 2023 18:33:26 -0400 Subject: [PATCH] Remove extraneous neline --- tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index e331e89ef0..062845f303 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -58,7 +58,6 @@ namespace Tgstation.Server.Tests.Live System.IO.Directory.Delete(Directory, true); } catch { } - } Directory = Path.Combine(Directory, Guid.NewGuid().ToString());