Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix indentation level
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Dec 17, 2015
1 parent 772ad4f commit 64374bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synapse/handlers/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ def register(self, localpart=None, password=None, generate_token=True):
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))

Expand Down

0 comments on commit 64374bd

Please sign in to comment.