0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-23 03:29:07 +02:00

Trailing whitespace

This commit is contained in:
Erik Johnston 2015-11-12 15:36:43 +00:00
parent 8fd8e72cec
commit 3de46c7755

View file

@ -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,"