Skip to content

Commit 14842fc

Browse files
committed
Add back brace
1 parent f5a03e7 commit 14842fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Http.Extensions/gen/Microsoft.AspNetCore.Http.ValidationsGenerator/Parsers/ValidationsGenerator.TypesParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ internal ImmutableArray<ValidatableType> ExtractValidatableTypes(IInvocationOper
3939
if (parameter.GetAttributes().Any(attr => attr.AttributeClass is not null && attr.AttributeClass.ImplementsInterface(fromServiceMetadataSymbol)))
4040
{
4141
continue;
42+
}
4243

4344
_ = TryExtractValidatableType(parameter.Type, wellKnownTypes, ref validatableTypes, ref visitedTypes);
4445
}

0 commit comments

Comments
 (0)