style: 格式化

[skip changelog]
This commit is contained in:
uye
2025-08-17 20:13:37 +08:00
parent 20b1da003b
commit df8a0a4bc9

View File

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