Skip to content

Commit 8a9eabb

Browse files
authored
Normalize line endings in CommandsEventSource.cs (#7190)
1 parent 3534a18 commit 8a9eabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Core/NuGet.Commands/CommandsEventSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal sealed class CommandsEventSource : EventSource
1010
public static readonly CommandsEventSource Instance = new();
1111

1212
private CommandsEventSource() { }
13-
13+
1414
public static class Keywords
1515
{
1616
public const EventKeywords Performance = (EventKeywords)8;

0 commit comments

Comments
 (0)