We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3534a18 commit 8a9eabbCopy full SHA for 8a9eabb
1 file changed
src/NuGet.Core/NuGet.Commands/CommandsEventSource.cs
@@ -10,7 +10,7 @@ internal sealed class CommandsEventSource : EventSource
10
public static readonly CommandsEventSource Instance = new();
11
12
private CommandsEventSource() { }
13
-
+
14
public static class Keywords
15
{
16
public const EventKeywords Performance = (EventKeywords)8;
0 commit comments