summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-03-28 14:29:42 +0100
committerDavid Baker <dave@matrix.org>2018-03-28 14:29:42 +0100
commit32260baa410e1ae8200f636861a57bf2039e2cf0 (patch)
tree7da5424e82fc4c086293fe56cb37d36799d07265 /synapse/federation
parentMake column definition that works on both dbs (diff)
downloadsynapse-32260baa410e1ae8200f636861a57bf2039e2cf0.tar.xz
pep8
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/transport/client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py
index 46a797b4ba..5a6b63350b 100644
--- a/synapse/federation/transport/client.py
+++ b/synapse/federation/transport/client.py
@@ -859,7 +859,7 @@ class TransportLayerClient(object):
 
     @log_function
     def set_group_joinable(self, destination, group_id, requester_user_id,
-                                  content):
+                           content):
         """Sets whether a group is joinable without an invite or knock
         """
         path = PREFIX + "/groups/%s/joinable" % (group_id,)
@@ -872,7 +872,6 @@ class TransportLayerClient(object):
             ignore_backoff=True,
         )
 
-
     @log_function
     def delete_group_summary_user(self, destination, group_id, requester_user_id,
                                   user_id, role_id):