mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
style: fix clang
This commit is contained in:
@@ -102,8 +102,8 @@ bool asst::RoguelikeSettlementTaskPlugin::get_settlement_info(json::value& info,
|
||||
}
|
||||
else {
|
||||
std::string tag = task_name;
|
||||
utils::tolowers(tag);
|
||||
info["details"][tag] = ocr.get_result().text;
|
||||
utils::tolowers(tag);
|
||||
info["details"][tag] = ocr.get_result().text;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user