Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Remove redundant LINQ method call #8

Merged
merged 1 commit into from Sep 20, 2014

Conversation

cb55555
Copy link
Contributor

@cb55555 cb55555 commented Sep 19, 2014

ToList() already forces the IQueryable to execute. No need to call ToArray() beforehand.

ToList() already forces the IQueryable to execute. No need to call
ToArray() beforehand.
brockallen added a commit that referenced this pull request Sep 20, 2014
Remove redundant LINQ method call
@brockallen brockallen merged commit 0cf41e4 into IdentityServer:master Sep 20, 2014
@brockallen
Copy link
Member

thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants