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 c7dc870 commit 5458b32Copy full SHA for 5458b32
src/BenchmarkDotNet/Toolchains/ArtifactsPaths.cs
@@ -4,7 +4,7 @@ namespace BenchmarkDotNet.Toolchains
4
{
5
public class ArtifactsPaths
6
7
- public static readonly ArtifactsPaths Empty = new ("", "", "", "", "", "", "", "", "", "", "", "", "");
+ public static readonly ArtifactsPaths Empty = new("", "", "", "", "", "", "", "", "", "", "", "", "");
8
9
[PublicAPI] public string RootArtifactsFolderPath { get; }
10
[PublicAPI] public string BuildArtifactsDirectoryPath { get; }
0 commit comments