style: fix clang

This commit is contained in:
Constrat
2025-06-23 23:45:21 +02:00
parent a58a44474b
commit 2067d2ec77

View File

@@ -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;
}
};