style: fix clang

This commit is contained in:
Constrat
2025-06-13 14:20:26 +02:00
parent 13ef0ca3fe
commit 7ff2bbdbbf

View File

@@ -70,7 +70,7 @@ bool asst::BattleFormationTask::_run()
formation_with_last_opers();
std::vector<OperGroup> missing_operators;
for (auto& [role, oper_groups] : m_formation) {
if(oper_groups.empty()) {
if (oper_groups.empty()) {
continue; // 干员已编入, 跳过
}
add_formation(role, oper_groups, missing_operators);