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 {