Skip to content
Snippets Groups Projects
Commit 3de46c77 authored by Erik Johnston's avatar Erik Johnston
Browse files

Trailing whitespace

parent 8fd8e72c
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ class SearchStore(BackgroundUpdateStore):
# We want to use the full text search index on event_search to
# extract all possible matches first, then lookup those matches
# in the events table to get the topological ordering. We need
# to use the indexes in this order because sqlite refuses to
# to use the indexes in this order because sqlite refuses to
# MATCH unless it uses the full text search index
sql = (
"SELECT rank(matchinfo) as rank, room_id, event_id,"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment