remove white space

This commit is contained in:
Neil Johnson 2018-10-23 15:27:20 +01:00
parent 6105c6101f
commit 329d18b39c
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +1 @@
Fix race condition in populating reserved users Fix race condition in populating reserved users

View file

@ -38,8 +38,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
) )
def initialise_reserved_users(self, txn, threepids): def initialise_reserved_users(self, txn, threepids):
""" """Ensures that reserved threepids are accounted for in the MAU table, should
Ensures that reserved threepids are accounted for in the MAU table, should
be called on start up. be called on start up.
Arguments: Arguments: