Browse Source

Apparently I am not permitted to have two blank lines here

David Baker 8 years ago
parent
commit
963e3ed282
1 changed files with 0 additions and 1 deletions
  1. 0 1
      synapse/federation/federation_client.py

+ 0 - 1
synapse/federation/federation_client.py

@@ -566,7 +566,6 @@ class FederationClient(FederationBase):
             except:
                 logger.exception("Error getting room list from server %r", s)
 
-
         yield concurrently_execute(_get_result, destinations, 3)
 
         defer.returnValue(results_by_server)