diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-05-30 19:42:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:42:19 +0100 |
commit | 219c2a322b15526bab1dcd5a562fffee26f36d68 (patch) | |
tree | 0f7f9d1eeceb877f210453b326e87356b3b447be /synapse/config | |
parent | fix english and wrap comment (diff) | |
download | synapse-219c2a322b15526bab1dcd5a562fffee26f36d68.tar.xz |
remove trailing whitespace
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/consent_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/consent_config.py b/synapse/config/consent_config.py index e6eee9167a..6d0e847fad 100644 --- a/synapse/config/consent_config.py +++ b/synapse/config/consent_config.py @@ -18,9 +18,9 @@ from ._base import Config DEFAULT_CONFIG = """\ # User Consent configuration # -# for detailed instructions, see +# for detailed instructions, see # https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md -# +# # Parts of this section are required if enabling the 'consent' resource under # 'listeners', in particular 'template_dir' and 'version'. # |