chore: format

This commit is contained in:
Simon Ding
2025-04-23 10:26:32 +08:00
parent 9e41a1513c
commit aecbc5f657

View File

@@ -52,7 +52,6 @@ func (c *Engine) Init() {
go c.checkW500PosterOnStartup()
}
func (c *Engine) GetTask(id int) (*Task, bool) {
return c.tasks.Load(id)
}