fix: clang format

merge-requests/122/head
JuanCStar 2024-03-11 11:00:10 +07:00
parent 9afd74abde
commit de83c5e6a6
1 changed files with 1 additions and 3 deletions

@ -1767,9 +1767,7 @@ void GMainWindow::AllowOSSleep() {
bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletParameters params) {
if (!CheckFirmwarePresence()) {
QMessageBox::critical(
this, tr("Component Missing"),
tr("Missing Firmware."));
QMessageBox::critical(this, tr("Component Missing"), tr("Missing Firmware."));
return false;
}