From 54e07bb68360e93d074eabbf365e6dfe67c57cd5 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 20 Dec 2023 22:54:29 -0500 Subject: [PATCH] Nullify `InstanceWrapper` --- src/Tgstation.Server.Host/Components/InstanceWrapper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/InstanceWrapper.cs b/src/Tgstation.Server.Host/Components/InstanceWrapper.cs index 21861d1706..5c525d9869 100644 --- a/src/Tgstation.Server.Host/Components/InstanceWrapper.cs +++ b/src/Tgstation.Server.Host/Components/InstanceWrapper.cs @@ -10,8 +10,6 @@ using Tgstation.Server.Host.Components.Watchdog; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.Utils; -#nullable disable - namespace Tgstation.Server.Host.Components { ///