mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
Revert "style: follow clang formatting"
This reverts commit 51a8419297.
This commit is contained in:
@@ -35,7 +35,7 @@ asst::CopilotTask::CopilotTask(const AsstCallback& callback, Assistant* inst) :
|
||||
m_subtasks.emplace_back(m_change_difficulty_task_ptr);
|
||||
|
||||
auto start_1_tp = std::make_shared<ProcessTask>(callback, inst, TaskType);
|
||||
start_1_tp->set_tasks({ "BattleStartPre" }).set_retry_times(0).set_ignore_error(true);
|
||||
start_1_tp->set_tasks({ "BattleStartPre" }).set_retry_times(0).set_ignore_error(true);
|
||||
m_subtasks.emplace_back(start_1_tp);
|
||||
|
||||
m_medicine_task_ptr = std::make_shared<ProcessTask>(callback, inst, TaskType);
|
||||
|
||||
Reference in New Issue
Block a user