remove trailing whiter space

This commit is contained in:
Neil Johnson 2018-10-24 16:08:25 +01:00
parent 94a49e0636
commit 9532caf6ef

View File

@ -235,7 +235,7 @@ class RegistrationHandler(BaseHandler):
if self.hs.hostname != room_alias.domain:
logger.warning(
'Cannot create room alias %s, '
'it does not match server domain',
'it does not match server domain',
r,
)
else: