diff --git a/synapse/storage/search.py b/synapse/storage/search.py
index dcc5ac65a34761d39576bf093b2f1d1781d131a2..380270b00949a1329a1c28b06935203f8737f66b 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,"