From ab1dc84779fea9b9950e05e7610eadf195cac967 Mon Sep 17 00:00:00 2001
From: Luke Barnard <luke@matrix.org>
Date: Thu, 16 Nov 2017 18:22:40 +0000
Subject: [PATCH] Add extra space before inline comment

---
 tests/appservice/test_appservice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/appservice/test_appservice.py b/tests/appservice/test_appservice.py
index f943dbfa03..5b2b95860a 100644
--- a/tests/appservice/test_appservice.py
+++ b/tests/appservice/test_appservice.py
@@ -36,7 +36,7 @@ class ApplicationServiceTestCase(unittest.TestCase):
             id="unique_identifier",
             url="some_url",
             token="some_token",
-            hostname="matrix.org", # only used by get_groups_for_user
+            hostname="matrix.org",  # only used by get_groups_for_user
             namespaces={
                 ApplicationService.NS_USERS: [],
                 ApplicationService.NS_ROOMS: [],
-- 
GitLab