remove trailing whiter space

pull/3975/head
Neil Johnson 2018-10-24 16:08:25 +01:00
parent 94a49e0636
commit 9532caf6ef
1 changed files with 1 additions and 1 deletions

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: