Fix brace style in TextForEvent.js

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2018-10-02 22:12:26 -05:00
parent 76f64bf733
commit 91e8ee98a1
No known key found for this signature in database
GPG key ID: 37419210002890EF

View file

@ -248,8 +248,7 @@ function textForCanonicalAliasEvent(ev) {
senderName: senderName,
address: ev.getContent().alias,
});
}
else if (oldAlias) {
} else if (oldAlias) {
return _t('%(senderName)s removed the main address for this room.', {
senderName: senderName,
});