Fix lint after clazy fix

This commit is contained in:
NepNep21 2023-09-07 19:22:13 -03:00
parent 44cf096111
commit c4fb9ac145
No known key found for this signature in database
GPG key ID: 818E86B41BD5C364

View file

@ -2114,8 +2114,7 @@ void
TimelineModel::handleIgnoredUser(const QString &id, const std::optional<QString> &err)
{
if (err) {
MainWindow::instance()->showNotification(
tr("Failed to ignore \"%1\": %2").arg(id, *err));
MainWindow::instance()->showNotification(tr("Failed to ignore \"%1\": %2").arg(id, *err));
} else {
this->clearTimeline();
}