Skip to content

Commit

Permalink
Format Document
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed May 18, 2024
1 parent 3b62847 commit 41271e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Design/Rule0016CheckForMissingCaptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ private void CheckForMissingCaptions(SymbolAnalysisContext context)
break;

if (!actionSymbol.Actions.Where(a => a.ActionKind == ActionKind.ActionRef)
.Where(a => a.Target.GetEnumPropertyValueOrDefault<PageActionScopeKind>(PropertyKind.Scope) == PageActionScopeKind.Repeater)
.Any())
.Where(a => a.Target.GetEnumPropertyValueOrDefault<PageActionScopeKind>(PropertyKind.Scope) == PageActionScopeKind.Repeater)
.Any())
break;

if (CaptionIsMissing(context.Symbol, context))
Expand Down

0 comments on commit 41271e4

Please sign in to comment.