summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineModel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index a384d7c2..e13b56d7 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -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();
     }