diff options
author | David Baker <dave@matrix.org> | 2015-04-17 16:46:45 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-17 16:46:45 +0100 |
commit | 4eea5cf6c2a301938466828b02557d8500197bb3 (patch) | |
tree | 699f0689ae3a09ded1d7af9d5054fbb385f33ca3 /synapse/storage/registration.py | |
parent | make add3pid servlet work (diff) | |
download | synapse-4eea5cf6c2a301938466828b02557d8500197bb3.tar.xz |
pep8
Diffstat (limited to 'synapse/storage/registration.py')
-rw-r--r-- | synapse/storage/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py index 4bc01f3cc2..8f62e5c6f2 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py @@ -185,4 +185,4 @@ class RegistrationStore(SQLBaseStore): }, { "validated_at": validated_at, "added_at": added_at, - }) \ No newline at end of file + }) |