From 4b1d9d0ee1fc25a2bad5efc4e2081f045fee2de4 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 20:29:01 -0500 Subject: [PATCH] Nullify `IPlatformIdentifier` --- src/Tgstation.Server.Host/System/IPlatformIdentifier.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/System/IPlatformIdentifier.cs b/src/Tgstation.Server.Host/System/IPlatformIdentifier.cs index 104bb0dc32..805b93b97d 100644 --- a/src/Tgstation.Server.Host/System/IPlatformIdentifier.cs +++ b/src/Tgstation.Server.Host/System/IPlatformIdentifier.cs @@ -1,7 +1,5 @@ using System.Runtime.Versioning; -#nullable disable - namespace Tgstation.Server.Host.System { ///