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 8c6ca75e93
commit a8057f6e9e
2 changed files with 21 additions and 22 deletions

View File

@@ -697,4 +697,3 @@ func (s *Server) runRealAITest(userID, modelID, systemPrompt, userPrompt string)
return response, nil return response, nil
} }