Skip to content

Commit eb24f6d

Browse files
committed
Bump version
1 parent 36bd6ed commit eb24f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WpfAnalyzers/Suppressors/Sa1202Suppressor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public override void ReportSuppressions(SuppressionAnalysisContext context)
2323
{
2424
switch (root.FindNode(diagnostic.Location.SourceSpan))
2525
{
26-
case VariableDeclaratorSyntax { Parent: VariableDeclarationSyntax { Type: { } type } declaratorSyntax }
26+
case VariableDeclaratorSyntax { Parent: VariableDeclarationSyntax { Type: { } type } }
2727
when type == KnownSymbols.DependencyProperty:
2828
context.ReportSuppression(Suppression.Create(Descriptor, diagnostic));
2929
break;

0 commit comments

Comments
 (0)