Pleasing the format check

Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: SabrePenguin <147069705+SabrePenguin@users.noreply.github.com>
This commit is contained in:
SabrePenguin 2024-04-26 16:59:51 -04:00 committed by Trial97
parent fa0492f606
commit 096028f1a6
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -43,6 +43,5 @@ QString markdownToHTML(const QString& markdown)
pos = htmlStr.indexOf("</ul>", pos);
}
return htmlStr;
}