From 2bd0270e01f8582357d9f701797223f885c081d9 Mon Sep 17 00:00:00 2001 From: Lucas Girouard-Stranks <519592+lithiumtoast@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:10:45 -0500 Subject: [PATCH] Fix re-order modifiers --- src/cs/production/c2ffi.Data/CLocation.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cs/production/c2ffi.Data/CLocation.cs b/src/cs/production/c2ffi.Data/CLocation.cs index 383965e..efc66b0 100644 --- a/src/cs/production/c2ffi.Data/CLocation.cs +++ b/src/cs/production/c2ffi.Data/CLocation.cs @@ -75,7 +75,8 @@ public readonly int CompareTo(CLocation other) } /// - public readonly override string ToString() + // ReSharper disable once ArrangeModifiersOrder + public override readonly string ToString() { if (LineNumber == 0 && LineColumn == 0) {