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
+1 -1
View File
@@ -201,7 +201,7 @@ public sealed class Plugin : IAsyncDalamudPlugin
// Schema gate: v1.4.x+ requires config v16+. Users on older schemas
// must install v1.4.2 first to run the migration chain. v18 adds the
// per-tab EnableNotificationSound + NotificationSoundId fields (UI-3)
// and the top-level NotifyFailedTell flag (UI-2) all additive with
// and the top-level NotifyFailedTell flag (UI-2), all additive with
// defaults, so v16/v17 configs load cleanly and get their Version
// stamp bumped after the gate.
if (Config.Version < 16)