style: format

This commit is contained in:
zzyyyl
2022-10-09 01:09:23 +08:00
parent 8a71c873c4
commit 03cbeec5d0
6 changed files with 386 additions and 381 deletions

View File

@@ -176,7 +176,7 @@ bool asst::InfrastAbstractTask::swipe_and_select_custom_opers(bool is_dorm_order
ProcessTask(*this, { "InfrastOperListTabSkillUnClicked", "Stop" }).run();
}
click_clear_button(); //先排序后清空,加速干员变化不大时的选择速度
click_clear_button(); // 先排序后清空,加速干员变化不大时的选择速度
std::vector<std::string> opers_order = room_config.names;
opers_order.insert(opers_order.end(), room_config.candidates.cbegin(), room_config.candidates.cend());