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

@@ -59,7 +59,7 @@ bool asst::RoguelikeFormationTaskPlugin::_run()
auto& new_result = formation_analyzer.get_result();
size_t new_selected_count = std::ranges::count_if(new_result,
[](const auto& oper) { return oper.selected; });
[](const auto& oper) { return oper.selected; });
// 说明 select_count 计数没生效,即都没点上
if (new_selected_count == pre_selected) {
reselect = true;