summary refs log tree commit diff
path: root/synapse/rest/client/v1/push_rule.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-01-28 14:26:03 +0000
committerDavid Baker <dave@matrix.org>2015-01-28 14:26:03 +0000
commit6741c3dbd90b6406d7eba8445868cdd8fd2ec6a5 (patch)
treee7e1c807e4a05cd4f0d11b56fb5a7ac4110837f1 /synapse/rest/client/v1/push_rule.py
parentUnnecessary new line (diff)
downloadsynapse-6741c3dbd90b6406d7eba8445868cdd8fd2ec6a5.tar.xz
Brackets are nicer
Diffstat (limited to 'synapse/rest/client/v1/push_rule.py')
-rw-r--r--synapse/rest/client/v1/push_rule.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/push_rule.py b/synapse/rest/client/v1/push_rule.py
index 00fed42f44..b03d804d82 100644
--- a/synapse/rest/client/v1/push_rule.py
+++ b/synapse/rest/client/v1/push_rule.py
@@ -33,8 +33,8 @@ class PushRuleRestServlet(ClientV1RestServlet):
         'override': 4
     }
     PRIORITY_CLASS_INVERSE_MAP = {v: k for k,v in PRIORITY_CLASS_MAP.items()}
-    SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR =\
-        "Unrecognised request: You probably wanted a trailing slash"
+    SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR = (
+        "Unrecognised request: You probably wanted a trailing slash")
 
     def rule_spec_from_path(self, path):
         if len(path) < 2: