mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
style: fix clang format
This commit is contained in:
@@ -36,5 +36,7 @@ bool asst::RoguelikeInputSeedTaskPlugin::verify(AsstMsg msg, const json::value&
|
||||
|
||||
bool asst::RoguelikeInputSeedTaskPlugin::_run()
|
||||
{
|
||||
return ProcessTask(*this, { m_config->get_theme() + "@Roguelike@StartExploreWithSeed" }).set_times_limit("Roguelike@StartExplore", 0).run();
|
||||
return ProcessTask(*this, { m_config->get_theme() + "@Roguelike@StartExploreWithSeed" })
|
||||
.set_times_limit("Roguelike@StartExplore", 0)
|
||||
.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user