diff --git a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs
index 9c0ce9ffb0..3bedb438c8 100644
--- a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs
+++ b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs
@@ -24,8 +24,7 @@ using Tgstation.Server.Host.Utils;
namespace Tgstation.Server.Host.Components.Chat
{
///
- // TODO: Decomplexify
-#pragma warning disable CA1506
+#pragma warning disable CA1506 // TODO: Decomplexify
sealed class ChatManager : IChatManager, IRestartHandler
{
///