mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
remove trailing whiter space
This commit is contained in:
parent
94a49e0636
commit
9532caf6ef
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue