Fix prettier offence

This commit is contained in:
Penar Musaraj 2018-11-12 13:31:18 -05:00
parent 02db4c1340
commit f33ecb78f3
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ export default {
}
return I18n.t("solved.accepted_html", {
icon: iconHTML('check-square'),
icon: iconHTML("check-square"),
username_lower: username.toLowerCase(),
username: formatUsername(username),
post_path: this.get("url") + "/" + postNumber,