mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
style. vs这格式化逆大天
This commit is contained in:
@@ -34,11 +34,10 @@ bool asst::InfrastPowerTask::_run()
|
||||
opers_detect();
|
||||
}
|
||||
|
||||
auto find_iter = std::ranges::find_if(m_all_available_opers
|
||||
,
|
||||
[&](const infrast::Oper& info) -> bool {
|
||||
return info.selected;
|
||||
});
|
||||
auto find_iter = std::ranges::find_if(m_all_available_opers,
|
||||
[&](const infrast::Oper& info) -> bool {
|
||||
return info.selected;
|
||||
});
|
||||
bool need_shift = true;
|
||||
if (find_iter != m_all_available_opers.end()) {
|
||||
switch (m_work_mode) {
|
||||
|
||||
Reference in New Issue
Block a user