Skip to content

Commit

Permalink
removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtadev17 committed Aug 11, 2015
1 parent 06a26ac commit 60f5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapusaurus/respondents/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def search_results(request):
current_sort = request.GET.get('sort')
if current_sort == None:
current_sort = '-assets'

query = SearchQuerySet().models(Institution).load_all().order_by(current_sort)

if lender_id:
Expand Down

0 comments on commit 60f5e3e

Please sign in to comment.