Skip to content

Commit d041f47

Browse files
Update Config.cs
1 parent 9f1a4be commit d041f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ImageSharp.Benchmarks/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public Short() => this.AddJob(
4343
.WithLaunchCount(1)
4444
.WithWarmupCount(3)
4545
.WithIterationCount(3)
46-
.WithArguments([new MsBuildArgument("/p:DebugType=portable")])) ;
46+
.WithArguments([new MsBuildArgument("/p:DebugType=portable")]));
4747
}
4848

4949
public class StandardInProcess : Config

0 commit comments

Comments
 (0)