1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index 51dc15eb61..a48d81fdc3 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -108,8 +108,7 @@ class TlsConfig(Config):
# Raise an error if this option has been specified without any
# corresponding certificates.
raise ConfigError(
- "federation_custom_ca_list specified without "
- "any certificate files"
+ "federation_custom_ca_list specified without any certificate files"
)
certs = []
|