From 330217cbe3a09171ef95a77455e1ac6ae5890b31 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 18 Dec 2023 14:54:24 -0500 Subject: [PATCH] Nullify `WindowsFilesystemLinkFactory` --- src/Tgstation.Server.Host/IO/WindowsFilesystemLinkFactory.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tgstation.Server.Host/IO/WindowsFilesystemLinkFactory.cs b/src/Tgstation.Server.Host/IO/WindowsFilesystemLinkFactory.cs index 5a410ab3d7..6636838ab4 100644 --- a/src/Tgstation.Server.Host/IO/WindowsFilesystemLinkFactory.cs +++ b/src/Tgstation.Server.Host/IO/WindowsFilesystemLinkFactory.cs @@ -4,9 +4,8 @@ using System.Threading; using System.Threading.Tasks; using BetterWin32Errors; -using Tgstation.Server.Host.System; -#nullable disable +using Tgstation.Server.Host.System; namespace Tgstation.Server.Host.IO {