mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
Remove redundant newline
This commit is contained in:
parent
186f61a3ac
commit
9d0326baa6
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue