Skip to content

Commit

Permalink
Fix DiagnosticExtensions class name (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 19, 2024
1 parent 7b7ec1d commit 3fc020b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Analyzer.Utilities.Extensions;

internal static class FixtureUtils
internal static class DiagnosticExtensions
{
public static Diagnostic CreateDiagnostic(
this SyntaxNode node,
Expand Down

0 comments on commit 3fc020b

Please sign in to comment.