From c4562dd6a0787a4635c836423cfe3b9db8ca99c9 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Mon, 15 Jun 2026 16:18:05 +0200 Subject: [PATCH] style(selftests): wrap HonorificTitleData ctor to satisfy csharpier Inherited csharpier drift from the 1.8.7 merge (72099c8); format-only, no behaviour change. --- HellionChat/SelfTests/HonorificHeaderRenderStep.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HellionChat/SelfTests/HonorificHeaderRenderStep.cs b/HellionChat/SelfTests/HonorificHeaderRenderStep.cs index 8d7d704..1f10a32 100644 --- a/HellionChat/SelfTests/HonorificHeaderRenderStep.cs +++ b/HellionChat/SelfTests/HonorificHeaderRenderStep.cs @@ -56,7 +56,16 @@ internal sealed class HonorificHeaderRenderStep : ISelfTestStep _snapshotted = true; var valid = new HonorificTitleData("Champion", false, false, null, null, null, null, null); - var original = new HonorificTitleData("Champion", false, true, null, null, null, null, null); + var original = new HonorificTitleData( + "Champion", + false, + true, + null, + null, + null, + null, + null + ); // Draw at a deliberately wide 420px so the title never hits the truncation // clamp — LastTitleRendered then reflects the GATE outcome, not the width.