mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 07:24:12 -04:00
Add extra space before inline comment
This commit is contained in:
parent
7fb0e98b03
commit
ab1dc84779
1 changed files with 1 additions and 1 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue