summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-01-28 14:51:01 +0000
committerDavid Baker <dave@matrix.org>2015-01-28 14:51:01 +0000
commit93aac9bb7b3023e6c82961b1cdd655a48ec567fb (patch)
treec2bf6a9ab7b05e2f46129b172984f562ea06a065
parentRedundant parens (diff)
downloadsynapse-93aac9bb7b3023e6c82961b1cdd655a48ec567fb.tar.xz
Newline
-rw-r--r--synapse/storage/push_rule.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py
index f5a736be44..48105234f6 100644
--- a/synapse/storage/push_rule.py
+++ b/synapse/storage/push_rule.py
@@ -184,6 +184,7 @@ class PushRuleStore(SQLBaseStore):
             }
         )
 
+
 class RuleNotFoundException(Exception):
     pass