Skip to content

Commit 0e5359c

Browse files
committed
Remove extra space
1 parent e57f1b1 commit 0e5359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/bridge/_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class CommunityHelper:
1717
az: AppService
1818

19-
def __init__(self, az: AppService) -> None:
19+
def __init__(self, az: AppService) -> None:
2020
self.az = az
2121

2222
async def create(self, localpart: str) -> Tuple[CommunityID, bool]:

0 commit comments

Comments
 (0)