summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-12-17 23:04:53 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-12-17 23:04:53 +0000
commit64374bda5b47e043a5ff3c0af23bd29461596059 (patch)
treee09ecb2697cae02a57f4752ccdd0356b2e1e1045 /synapse/handlers
parentstop generating default identicons. reverts most of 582019f870adbc4a8a8a9ef97... (diff)
downloadsynapse-64374bda5b47e043a5ff3c0af23bd29461596059.tar.xz
fix indentation level
Diffstat (limited to '')
-rw-r--r--synapse/handlers/register.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py

index 8a365c20f9..698e7d4479 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py
@@ -132,9 +132,9 @@ class RegistrationHandler(BaseHandler): raise RegistrationError( 500, "Cannot generate user ID.") - # We used to generate default identicons here, but nowadays - # we want clients to generate their own as part of their branding - # rather than there being consistent matrix-wide ones, so we don't. + # We used to generate default identicons here, but nowadays + # we want clients to generate their own as part of their branding + # rather than there being consistent matrix-wide ones, so we don't. defer.returnValue((user_id, token))