style: format

This commit is contained in:
zzyyyl
2022-10-03 02:25:12 +08:00
parent 5542b6c458
commit d23c6efb3c

View File

@@ -328,7 +328,8 @@ bool asst::RoguelikeBattleTaskPlugin::auto_battle()
Log.info("has cooling, clear and re-calc");
m_used_tiles.clear();
best_plan = calc_best_plan(opt_oper);
} else {
}
else {
return true;
}
}