Skip to content

Commit

Permalink
Update src/EFCore/Query/Internal/QueryableMethodNormalizingExpression…
Browse files Browse the repository at this point in the history
…Visitor.cs
  • Loading branch information
smitpatel authored Sep 7, 2022
1 parent fc405f8 commit 8c8269b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ private MethodCallExpression TryFlattenGroupJoinSelectMany(MethodCallExpression
return methodCallExpression;
}

private class GroupJoinConvertingExpressionVisitor : ExpressionVisitor
private sealed class GroupJoinConvertingExpressionVisitor : ExpressionVisitor
{
protected override Expression VisitMethodCall(MethodCallExpression methodCallExpression)
{
Expand Down

0 comments on commit 8c8269b

Please sign in to comment.