From d15fd73b76dc63c9f558da5abad064bf0c4c07d9 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Wed, 16 Oct 2024 12:46:39 -0300 Subject: [PATCH] clang --- src/qt_gui/gui_context_menus.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qt_gui/gui_context_menus.h b/src/qt_gui/gui_context_menus.h index 3d5595354..8d7018522 100644 --- a/src/qt_gui/gui_context_menus.h +++ b/src/qt_gui/gui_context_menus.h @@ -300,9 +300,8 @@ public: if (selected == deleteUpdate) { if (!Config::getSeparateUpdateEnabled()) { - QMessageBox::critical( - nullptr, tr("Error"), - QString(tr("requiresEnableSeparateUpdateFolder_MSG"))); + QMessageBox::critical(nullptr, tr("Error"), + QString(tr("requiresEnableSeparateUpdateFolder_MSG"))); error = true; } else if (!std::filesystem::exists( Common::FS::PathFromQString(game_update_path))) {