We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a4be commit d041f47Copy full SHA for d041f47
1 file changed
tests/ImageSharp.Benchmarks/Config.cs
@@ -43,7 +43,7 @@ public Short() => this.AddJob(
43
.WithLaunchCount(1)
44
.WithWarmupCount(3)
45
.WithIterationCount(3)
46
- .WithArguments([new MsBuildArgument("/p:DebugType=portable")])) ;
+ .WithArguments([new MsBuildArgument("/p:DebugType=portable")]));
47
}
48
49
public class StandardInProcess : Config
0 commit comments