refactor: Fix clang-tidy modernize-return-braced-init-list

This commit is contained in:
Lars Toenning
2025-10-10 23:43:20 +02:00
parent 8f946b77d5
commit e09413614a
195 changed files with 724 additions and 690 deletions

View File

@@ -52,6 +52,6 @@ namespace swift::core::fsd
else if (pair[0] == QLatin1String("LIVERY")) { livery = pair[1]; }
}
}
return PlaneInformation(tokens[0], tokens[1], aircraft, airline, livery);
return { tokens[0], tokens[1], aircraft, airline, livery };
}
} // namespace swift::core::fsd