summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-10-23 15:27:20 +0100
committerNeil Johnson <neil@matrix.org>2018-10-23 15:27:20 +0100
commit329d18b39cbc1bc9eba8ae9de1fcf734d0cf1a78 (patch)
tree7e3f26fdf56c1ea82f6a77d47e389ceafaa4730e
parentfix race condiftion in calling initialise_reserved_users (diff)
downloadsynapse-329d18b39cbc1bc9eba8ae9de1fcf734d0cf1a78.tar.xz
remove white space
-rw-r--r--changelog.d/4081.bugfix1
-rw-r--r--synapse/storage/monthly_active_users.py3
2 files changed, 1 insertions, 3 deletions
diff --git a/changelog.d/4081.bugfix b/changelog.d/4081.bugfix
index f275acb61c..13dad58842 100644
--- a/changelog.d/4081.bugfix
+++ b/changelog.d/4081.bugfix
@@ -1,2 +1 @@
 Fix race condition in populating reserved users
-
diff --git a/synapse/storage/monthly_active_users.py b/synapse/storage/monthly_active_users.py
index 26e577814a..cf15f8c5ba 100644
--- a/synapse/storage/monthly_active_users.py
+++ b/synapse/storage/monthly_active_users.py
@@ -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: