Fixed coding style again on the if brackets

This commit is contained in:
Leonardo 2024-08-09 09:24:14 -03:00 committed by GitHub
parent 0d56be629b
commit 14947232a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ void MainWindow::SearchGameTable(const QString& text) {
} }
void MainWindow::ShowGameList() { void MainWindow::ShowGameList() {
if (ui->showGameListAct->isChecked()){ if (ui->showGameListAct->isChecked()) {
RefreshGameTable(); RefreshGameTable();
} else { } else {
m_game_grid_frame->clearContents(); m_game_grid_frame->clearContents();