mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
style: 格式化
[skip changelog]
This commit is contained in:
@@ -80,7 +80,7 @@ bool asst::RoguelikeInvestTaskPlugin::_run()
|
||||
if (is_investment_available(image)) { // 检查是否处于可投资状态
|
||||
const auto& wallet_ = get_wallet(image); // 获取当前钱包余额
|
||||
const auto& deposit_ = get_deposit(image); // 获取当前存款
|
||||
if (wallet_ && *wallet_ == 0) { // 手头没钱了
|
||||
if (wallet_ && *wallet_ == 0) { // 手头没钱了
|
||||
Log.info(__FUNCTION__, "手头没钱了, 退出投资");
|
||||
settlement(image);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user