diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index 6acb3b2f4e4e1452bf2bee40d45a8a7e7940f5d8..3368ec67599b4a69bd58f2ba6661212ba03b61a6 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -292,7 +292,6 @@ def setup():
 
     tls_context_factory = context_factory.ServerContextFactory(config)
 
-
     hs = SynapseHomeServer(
         config.server_name,
         domain_with_port=domain_with_port,