From 386952b375171911d12a88b3a0a9d70973ad4ca0 Mon Sep 17 00:00:00 2001 From: kkeirstead <85592574+kkeirstead@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:56:01 -0700 Subject: [PATCH] Update CollectionRuleTriggerOptions.cs --- .../CollectionRules/Options/CollectionRuleTriggerOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/dotnet-monitor/CollectionRules/Options/CollectionRuleTriggerOptions.cs b/src/Tools/dotnet-monitor/CollectionRules/Options/CollectionRuleTriggerOptions.cs index 29e4c728a77..a8479310a50 100644 --- a/src/Tools/dotnet-monitor/CollectionRules/Options/CollectionRuleTriggerOptions.cs +++ b/src/Tools/dotnet-monitor/CollectionRules/Options/CollectionRuleTriggerOptions.cs @@ -6,7 +6,7 @@ // This should cause a new comment. // Another new comment 3. // Yet another comment 2. -// Another one 6. +// Another one 7. using Microsoft.Diagnostics.Monitoring.WebApi; using System.ComponentModel.DataAnnotations;