From 06437df9b0ead9dbefbacc10e67396fff3a958ea Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:08:03 +0300 Subject: [PATCH] Fix CA1852 --- OpenRA.Mods.Common/Lint/CheckChromeIntegerExpressions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Lint/CheckChromeIntegerExpressions.cs b/OpenRA.Mods.Common/Lint/CheckChromeIntegerExpressions.cs index 909f804817..26da497eeb 100644 --- a/OpenRA.Mods.Common/Lint/CheckChromeIntegerExpressions.cs +++ b/OpenRA.Mods.Common/Lint/CheckChromeIntegerExpressions.cs @@ -16,7 +16,7 @@ using OpenRA.Support; namespace OpenRA.Mods.Common.Lint { - class CheckChromeIntegerExpressions : ILintPass + sealed class CheckChromeIntegerExpressions : ILintPass { public void Run(Action emitError, Action emitWarning, ModData modData) {