From c1f9dec92ac8abaa693cc591438087d8282c6844 Mon Sep 17 00:00:00 2001
From: Neil Johnson <neil@matrix.org>
Date: Thu, 9 Aug 2018 17:43:26 +0100
Subject: [PATCH] fix errant parenthesis

---
 synapse/api/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-            )
+                )
-- 
GitLab