mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: 删除空行
This commit is contained in:
@@ -38,8 +38,7 @@ bool asst::CopilotConfiger::parse(const json::value& json)
|
||||
|
||||
// 单个干员的,干员名直接作为组名
|
||||
std::string group_name = oper.name;
|
||||
|
||||
battle_actions.groups.emplace(std::move(group_name), std::vector{ std::move(oper) });
|
||||
battle_actions.groups.emplace(std::move(group_name), std::vector { std::move(oper) });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user