summary refs log tree commit diff
path: root/synapse/push/baserules.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-11 10:01:17 +0000
committerDavid Baker <dave@matrix.org>2015-03-11 10:01:17 +0000
commit83b1e7fb3cd411a4e86fe8926e71c28495c7fa60 (patch)
treeac14dbe30dc58af145750ad771bc7a38c0610f4b /synapse/push/baserules.py
parentAdd the master push rule for the break-my-push button. Allow server default r... (diff)
downloadsynapse-83b1e7fb3cd411a4e86fe8926e71c28495c7fa60.tar.xz
PEP8 blank lines
Diffstat (limited to 'synapse/push/baserules.py')
-rw-r--r--synapse/push/baserules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py
index bf6ee67100..0443ee3779 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -58,6 +58,7 @@ def make_base_append_rules(user, kind):
 
     return rules
 
+
 def make_base_prepend_rules(user, kind):
     rules = []