1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 639da19e72..23983a51ab 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -751,8 +751,8 @@ class SyncHandler(object):
# members for timeline senders in case they weren't loaded in the initial
# sync. We do this by (counterintuitively) by filtering timeline_start
# members to just be ones which were timeline senders, which then ensures
- # all of the rest get included in the state block (if we need to know about
- # them).
+ # all of the rest get included in the state block (if we need to know
+ # about them).
types = None
filtered_types = None
|