summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 170039fc82..df6022ff69 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -797,4 +797,4 @@ class Auth(object):
             if current_mau >= self.hs.config.max_mau_value:
                 raise AuthError(
                     403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
-            )
+                )