From a48ba99555a2f6566bd3c888bbcbe9ea9f4f6869 Mon Sep 17 00:00:00 2001 From: cointem Date: Fri, 20 Feb 2026 01:50:13 +0800 Subject: [PATCH] fix: format MockLLMProvider struct in subagent_tool_test.go --- pkg/tools/subagent_tool_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/subagent_tool_test.go b/pkg/tools/subagent_tool_test.go index 55f3a2528..f960a7fda 100644 --- a/pkg/tools/subagent_tool_test.go +++ b/pkg/tools/subagent_tool_test.go @@ -10,7 +10,7 @@ import ( ) // MockLLMProvider is a test implementation of LLMProvider -type MockLLMProvider struct{ +type MockLLMProvider struct { lastOptions map[string]interface{} }