Skip to content

Commit e9e093b

Browse files
committed
fix formatting
1 parent 614650a commit e9e093b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Linq/Visitors/ExpressionParameterVisitor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ protected override Expression VisitMethodCall(MethodCallExpression expression)
102102
return Expression.Call(null, expression.Method, query, arg);
103103
}
104104

105-
if (_functionRegistry != null &&
106-
method.Name == nameof(Queryable.Contains) &&
105+
if (_functionRegistry != null &&
106+
method.Name == nameof(Queryable.Contains) &&
107107
_functionRegistry.TryGetGenerator(method, out var generator) &&
108108
generator is CollectionContainsGenerator)
109109
{

0 commit comments

Comments
 (0)