summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-06-06 15:16:14 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-06-06 15:16:14 +0100
commit1460f14c6687cd64e7afc34eff7b553d5e074151 (patch)
treefe5a63e789f0178833867955507ef67fabcc38c2
parentMerge branch 'anoa/feature_hs_password_resets' into anoa/hs_password_reset (diff)
downloadsynapse-1460f14c6687cd64e7afc34eff7b553d5e074151.tar.xz
lint
-rw-r--r--synapse/config/emailconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py
index a8eccee257..19d38d7d89 100644
--- a/synapse/config/emailconfig.py
+++ b/synapse/config/emailconfig.py
@@ -158,7 +158,7 @@ class EmailConfig(Config):
                 email_password_reset_success_template,
             )
             self.email_password_reset_success_html_content = self.read_file(
-                filepath, 
+                filepath,
                 "email.password_reset_template_success_html",
             )