0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-27 15:08:18 +02:00

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

View file

@ -38,8 +38,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
)
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.
Arguments: