Utils.qml: fix indentation of an if

This commit is contained in:
miruka 2021-04-09 01:43:56 -04:00
parent 0a044d1e4f
commit b9ea61e133

View File

@ -232,9 +232,9 @@ QtObject {
let content = qsTr(escapeHtml(ev.content)).arg(sender)
if (ev.content.includes("%2"))
content = content.arg(coloredNameHtml(
ev.redacter_name, ev.redacter_id, "", true,
))
content = content.arg(coloredNameHtml(
ev.redacter_name, ev.redacter_id, "", true,
))
return qsTr(
`<font color="${theme.chat.message.redactedBody}">` +