Skip to content

Commit

Permalink
Fix missing ',' in LoggingEventIds declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Fenelon committed May 27, 2022
1 parent d98de18 commit 2ba1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/dotnet-monitor/LoggingEventIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ internal enum LoggingEventIds
ExtensionProbeStart = 62,
ExtensionProbeRepo = 63,
ExtensionProbeSucceeded = 64,
ExtensionProbeFailed = 65
ExtensionProbeFailed = 65,
ExtensionStarting = 66,
ExtensionConfigured = 67,
ExtensionEgressPayloadCompleted = 68,
Expand Down

0 comments on commit 2ba1f5e

Please sign in to comment.