summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-01-07 10:02:47 +0000
committerDavid Baker <dave@matrix.org>2016-01-07 10:02:47 +0000
commit823b679232ed030ba9a2f609d11074c6b3111be2 (patch)
tree0d6c10f3388bcf1f0f04540b6fa216e318601f5b /synapse/push
parentcomma style (diff)
downloadsynapse-823b679232ed030ba9a2f609d11074c6b3111be2.tar.xz
more commas
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/bulk_push_rule_evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/bulk_push_rule_evaluator.py b/synapse/push/bulk_push_rule_evaluator.py
index 63d65b4465..ce244fa959 100644
--- a/synapse/push/bulk_push_rule_evaluator.py
+++ b/synapse/push/bulk_push_rule_evaluator.py
@@ -42,7 +42,7 @@ def evaluator_for_room_id(room_id, store):
         uid: baserules.list_with_base_rules(
             [decode_rule_json(rule_list) for rule_list in rules_by_user[uid]]
             if uid in rules_by_user else [],
-            UserID.from_string(uid)
+            UserID.from_string(uid),
         )
         for uid in users
     }