Skip to content

Commit

Permalink
Update DiagnosticVerifier.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro authored May 27, 2024
1 parent f2a944c commit 140c1ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public abstract class DiagnosticVerifier

protected virtual IEnumerable<DiagnosticAnalyzer> GetRelatedAnalyzers(DiagnosticAnalyzer analyzer)
{
return Enumerable.Empty<DiagnosticAnalyzer>();
return [];
}

protected static DiagnosticResult ExpectDiagnostic(DiagnosticDescriptor descriptor)
Expand Down

0 comments on commit 140c1ba

Please sign in to comment.