Skip to content

Commit 6297300

Browse files
authored
Apply suggestion from @davidwengier
1 parent 8b46320 commit 6297300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Razor/RazorCodeActionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal static class RazorCodeActionFactory
2121
private readonly static Guid s_generateAsyncMethodTelemetryId = new("9058ca47-98e2-4f11-bf7c-a16a444dd939");
2222
private readonly static Guid s_promoteUsingDirectiveTelemetryId = new("751f9012-e37b-444a-9211-b4ebce91d96e");
2323
private readonly static Guid s_wrapAttributesTelemetryId = new("1df50ba6-4ed1-40d8-8fe2-1c4c1b08e8b5");
24-
private readonly static Guid s_simplifyFullyQualifiedComponentTelemetryId = new("d8b3c4e5-6f7a-4b8c-9d0e-1f2a3b4c5d6e");
24+
private readonly static Guid s_simplifyFullyQualifiedComponentTelemetryId = new("f8640324-2037-49fd-9697-2227690c33c3");
2525

2626
public static RazorVSInternalCodeAction CreateWrapAttributes(RazorCodeActionResolutionParams resolutionParams)
2727
=> new RazorVSInternalCodeAction

0 commit comments

Comments
 (0)