From d041f47726e8bbdf2147f17fb71a8c2a3e115958 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 14 Jan 2026 08:53:32 +1000 Subject: [PATCH] Update Config.cs --- tests/ImageSharp.Benchmarks/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Benchmarks/Config.cs b/tests/ImageSharp.Benchmarks/Config.cs index c2d7abcc2..9231fc8b4 100644 --- a/tests/ImageSharp.Benchmarks/Config.cs +++ b/tests/ImageSharp.Benchmarks/Config.cs @@ -43,7 +43,7 @@ public partial class Config : ManualConfig .WithLaunchCount(1) .WithWarmupCount(3) .WithIterationCount(3) - .WithArguments([new MsBuildArgument("/p:DebugType=portable")])) ; + .WithArguments([new MsBuildArgument("/p:DebugType=portable")])); } public class StandardInProcess : Config