Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomboylover93 committed Jan 8, 2025
1 parent 0c16a28 commit 2fb410b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qt_gui/cheats_patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ void CheatsPatches::setupUI() {
});

QPushButton* closeButton = new QPushButton(tr("Close"));
connect(closeButton, &QPushButton::clicked, [this]() {
QWidget::close();
});
connect(closeButton, &QPushButton::clicked, [this]() { QWidget::close(); });

controlLayout->addWidget(downloadButton);
controlLayout->addWidget(deleteCheatButton);
Expand Down

0 comments on commit 2fb410b

Please sign in to comment.