Nullify ProgramShutdownTokenSource

This commit is contained in:
Jordan Dominion
2023-11-24 10:02:13 -05:00
parent 07ad701f57
commit 52d8d04f5a
@@ -1,8 +1,6 @@
using System;
using System.Threading;
#nullable disable
namespace Tgstation.Server.Host.System
{
/// <summary>
@@ -18,7 +16,7 @@ namespace Tgstation.Server.Host.System
/// <summary>
/// The <see cref="CancellationTokenSource"/> for the <see cref="ProgramShutdownTokenSource"/>.
/// </summary>
CancellationTokenSource cancellationTokenSource;
CancellationTokenSource? cancellationTokenSource;
/// <summary>
/// Gets the <see cref="CancellationToken"/>.