From 6046f0e635050266cc0b44d6abc4c56ea5c46dd2 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 25 Nov 2023 09:35:38 -0500 Subject: [PATCH] Nullify `ICryptographySuite` --- src/Tgstation.Server.Host/Security/ICryptographySuite.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Security/ICryptographySuite.cs b/src/Tgstation.Server.Host/Security/ICryptographySuite.cs index 955fdac6ae..257a78f4d1 100644 --- a/src/Tgstation.Server.Host/Security/ICryptographySuite.cs +++ b/src/Tgstation.Server.Host/Security/ICryptographySuite.cs @@ -1,7 +1,5 @@ using Tgstation.Server.Host.Models; -#nullable disable - namespace Tgstation.Server.Host.Security { ///