Skip to content

Commit a746eec

Browse files
committed
formatting
1 parent 2b5de89 commit a746eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoMapper.AspNetCore.OData.EFCore/LinqExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static Expression GetQueryableMethod(this Expression expression,
187187
}
188188

189189
if (orderByClause is null && skip is null && top is null)
190-
return null;
190+
return null;
191191

192192
if (orderByClause is null && (skip is not null || top is not null))
193193
{

0 commit comments

Comments
 (0)