summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorKent Shikama <kent@kentshikama.com>2016-07-05 19:01:00 +0900
committerKent Shikama <kent@kentshikama.com>2016-07-05 19:01:00 +0900
commit1ee258430724618c7014bb176186c23b0b5b06f0 (patch)
tree3dfb667c74d5cca2cb720111ca132830398f10a8 /synapse/config
parentAdd comment to prompt changing of pepper (diff)
downloadsynapse-1ee258430724618c7014bb176186c23b0b5b06f0.tar.xz
Fix pep8
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/password.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/password.py b/synapse/config/password.py
index 7c5cb5f0e1..058a3a5346 100644
--- a/synapse/config/password.py
+++ b/synapse/config/password.py
@@ -34,4 +34,4 @@ class PasswordConfig(Config):
            # Change to a secret random string.
            # DO NOT CHANGE THIS AFTER INITIAL SETUP!
            #pepper: "HR32t0xZcQnzn3O0ZkEVuetdFvH1W6TeEPw6JjH0Cl+qflVOseGyFJlJR7ACLnywjN9"
-        """
\ No newline at end of file
+        """