Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Oct 15, 2020
1 parent d927877 commit ce3568d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -56,7 +56,8 @@ public override FieldMiddleware CreateExecutor<TEntityType>(NameString argumentN
source = e.AsQueryable();
}

if (source != null && argument.Type is ListType lt &&
if (source != null &&
argument.Type is ListType lt &&
lt.ElementType is ISortInputType sortInput)
{
var visitorContext = new QueryableSortContext(
Expand Down

0 comments on commit ce3568d

Please sign in to comment.