diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-15 11:27:29 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-15 11:27:29 +0100 |
commit | 9d0326baa63f7e982d25f80abfc6fab09d3f25b6 (patch) | |
tree | cf0f969da4ff9c65be67da51811077ad9ace1dc9 /synapse | |
parent | Document listener config. Remove deprecated config options (diff) | |
download | synapse-9d0326baa63f7e982d25f80abfc6fab09d3f25b6.tar.xz |
Remove redundant newline
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/server.py | 3 |
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 |