summary refs log tree commit diff
path: root/synapse/storage/search.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-12 15:36:43 +0000
committerErik Johnston <erik@matrix.org>2015-11-12 15:36:43 +0000
commit3de46c7755ac5e061fc13fb916c13b841b65f2b5 (patch)
treef54732cd5cedec2a1067097ed5330a8183a15433 /synapse/storage/search.py
parentExpand comment (diff)
downloadsynapse-3de46c7755ac5e061fc13fb916c13b841b65f2b5.tar.xz
Trailing whitespace
Diffstat (limited to 'synapse/storage/search.py')
-rw-r--r--synapse/storage/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/search.py b/synapse/storage/search.py
index dcc5ac65a3..380270b009 100644
--- a/synapse/storage/search.py
+++ b/synapse/storage/search.py
@@ -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,"