summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-15 11:27:29 +0100
committerErik Johnston <erik@matrix.org>2015-06-15 11:27:29 +0100
commit9d0326baa63f7e982d25f80abfc6fab09d3f25b6 (patch)
treecf0f969da4ff9c65be67da51811077ad9ace1dc9
parentDocument listener config. Remove deprecated config options (diff)
downloadsynapse-9d0326baa63f7e982d25f80abfc6fab09d3f25b6.tar.xz
Remove redundant newline
-rw-r--r--synapse/config/server.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index b5af387378..f4d4a87103 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -183,8 +183,7 @@ class ServerConfig(Config):
 
           # Unsecure HTTP listener,
           # For when matrix traffic passes through loadbalancer that unwraps TLS.
-          -
-            port: %(unsecure_port)s
+          - port: %(unsecure_port)s
             tls: false
             bind_address: ''
             type: http