diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-14 15:06:24 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-14 15:06:24 +0100 |
commit | c74c71128d164ce7aa6b50538ab960ec85f7a8da (patch) | |
tree | c7bf8711e19fc3b866dab5df920a8a3735e408c3 /synapse/handlers | |
parent | Update register.py (diff) | |
download | synapse-c74c71128d164ce7aa6b50538ab960ec85f7a8da.tar.xz |
remove blank line
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/register.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py index 54e3434928..f03ee1476b 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py @@ -534,4 +534,3 @@ class RegistrationHandler(BaseHandler): remote_room_hosts=remote_room_hosts, action="join", ) - |