style: apply gofmt to api/strategy.go and store/strategy.go

This commit is contained in:
Dean
2026-03-27 21:49:34 +08:00
committed by shinchan-zhai
parent c6adc34247
commit f83f2b1c18
2 changed files with 21 additions and 22 deletions
-1
View File
@@ -697,4 +697,3 @@ func (s *Server) runRealAITest(userID, modelID, systemPrompt, userPrompt string)
return response, nil
}