Skip to content

Commit d114f36

Browse files
committed
Remove leading spaces
1 parent d42c05b commit d114f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Security/Authorization/Core/src/ClaimsAuthorizationRequirement.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public ClaimsAuthorizationRequirement(Predicate<Claim> match)
5757
public IEnumerable<string>? AllowedValues { get; }
5858

5959
/// <summary>
60-
/// A predicate to evaluate the claims.
61-
/// Used if specified instead of <see cref="ClaimType"/> and <see cref="AllowedValues"/>.
60+
/// A predicate to evaluate the claims.
61+
/// Used if specified instead of <see cref="ClaimType"/> and <see cref="AllowedValues"/>.
6262
/// </summary>
6363
public Predicate<Claim>? Match { get; }
6464

0 commit comments

Comments
 (0)