style: remove em-dashes from new code comments

This commit is contained in:
2026-05-21 12:10:17 +02:00
parent 95375c8516
commit e0289962b1
5 changed files with 5 additions and 5 deletions
@@ -14,7 +14,7 @@ namespace HellionChat.Integrations;
// failed" signal is not reachable over the processed message stream (Message
// carries no LogMessage row id, ChatCode 60 is too broad). This hooks the one
// ShowLogMessageString overload and toasts on a pinned id set. It is NOT the
// broad ad-block hook layer — that stays v1.5.6.
// broad ad-block hook layer. That stays v1.5.6.
internal sealed class FailedTellNotifier : IDisposable
{
private readonly ILogger<FailedTellNotifier> _logger;