summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/storage/group_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/group_server.py b/synapse/storage/group_server.py
index 22a6bc6261..3af372de59 100644
--- a/synapse/storage/group_server.py
+++ b/synapse/storage/group_server.py
@@ -1178,7 +1178,7 @@ class GroupServerStore(SQLBaseStore):
                 user_id,
                 gtype,
                 json.loads(content_json),
-             ) for stream_id, group_id, user_id, gtype, content_json in txn]
+            ) for stream_id, group_id, user_id, gtype, content_json in txn]
         return self.runInteraction(
             "get_all_groups_changes", _get_all_groups_changes_txn,
         )