format: reformatting files

This commit is contained in:
2026-07-13 15:30:43 +08:00
parent 7522543c48
commit e5eeaddf2f
511 changed files with 274803 additions and 207140 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ ProjectSerializer::Result ProjectSerializer::Load(Project *project,
} else {
Result r(kFileError);
r.SetDetails(QStringLiteral("Unable to open '%1': %2")
.arg(filename, project_file.errorString()));
.arg(filename, project_file.errorString()));
return r;
}
}