mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
style. vs这格式化逆大天
This commit is contained in:
@@ -25,9 +25,9 @@ bool asst::ItemConfiger::parse(const json::value& json)
|
||||
m_ordered_material_item_id.emplace_back(item_id);
|
||||
}
|
||||
std::ranges::sort(m_ordered_material_item_id,
|
||||
[&](const std::string& lhs, const std::string& rhs) -> bool {
|
||||
return material_sortid[lhs] < material_sortid[rhs];
|
||||
});
|
||||
[&](const std::string& lhs, const std::string& rhs) -> bool {
|
||||
return material_sortid[lhs] < material_sortid[rhs];
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user