diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-01 15:06:58 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-01 15:06:58 +0100 |
commit | 2851e647e9e01f67b86d409f0bba331d464102b6 (patch) | |
tree | 5118e68b716e154be1e99abd820ec2306375e308 /synapse | |
parent | words (diff) | |
download | synapse-2851e647e9e01f67b86d409f0bba331d464102b6.tar.xz |
Generate config and remove extra newline
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/tls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py index 63ee3386ed..f799ff780f 100644 --- a/synapse/config/tls.py +++ b/synapse/config/tls.py @@ -248,7 +248,6 @@ class TlsConfig(Config): # - nyc.example.com # - syd.example.com - # List of custom certificate authorities for federation traffic. # # Note that this list will replace those that are provided by your |