style: fix clang format

This commit is contained in:
Constrat
2025-01-21 20:34:20 +01:00
parent 9d9ae9b20a
commit e9504b7f68

View File

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