Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jan 3, 2014
1 parent 2351047 commit 1d9a648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailpile/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def cache_sort_orders(self, session, wanted=None):

play_nice_with_threads()
for i in range(0, len(o)):
self.INDEX_SORT[order][o[i]] = i
self.INDEX_SORT[order][o[i]] = i

def sort_results(self, session, results, how):
if not results:
Expand Down

0 comments on commit 1d9a648

Please sign in to comment.