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