From 4683242bb9861500e15689b4e37656ab4be585cf Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 23 Dec 2023 11:37:17 -0500 Subject: [PATCH] Nullify `LibGit2Commands` --- .../Components/Repository/LibGit2Commands.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Repository/LibGit2Commands.cs b/src/Tgstation.Server.Host/Components/Repository/LibGit2Commands.cs index b70dc7b156..ec5c37a880 100644 --- a/src/Tgstation.Server.Host/Components/Repository/LibGit2Commands.cs +++ b/src/Tgstation.Server.Host/Components/Repository/LibGit2Commands.cs @@ -3,8 +3,6 @@ using System.Collections.Generic; using LibGit2Sharp; -#nullable disable - namespace Tgstation.Server.Host.Components.Repository { ///