style. vs这格式化逆大天

This commit is contained in:
lhhxxxxx
2022-08-02 03:16:59 +08:00
parent 97aabcbf32
commit 38e2816256
10 changed files with 79 additions and 83 deletions

View File

@@ -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) {