From 891122758ccb8ae3f28dbd35a5cc08073290c22c Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:07:07 +0200 Subject: [PATCH] style: clang format --- src/MaaCore/Task/Infrast/InfrastTrainingTask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaCore/Task/Infrast/InfrastTrainingTask.cpp b/src/MaaCore/Task/Infrast/InfrastTrainingTask.cpp index d6ee966d16..302f2a1628 100644 --- a/src/MaaCore/Task/Infrast/InfrastTrainingTask.cpp +++ b/src/MaaCore/Task/Infrast/InfrastTrainingTask.cpp @@ -111,7 +111,7 @@ bool asst::InfrastTrainingTask::analyze_status() { "skill", m_skill_name }, { "level", m_level }, { "time", *time_opt }, - }; + }; callback(AsstMsg::SubTaskExtraInfo, info); return true; @@ -150,7 +150,7 @@ std::optional asst::InfrastTrainingTask::time_left_analyze(const cv analyzer.set_use_raw(true); if (!analyzer.analyze()) { return std::nullopt; - } + } const auto& text = analyzer.get_result().text; if (text.empty() || text.find(":") == std::string::npos) { Log.error(__FUNCTION__, "time left analyze failed");