style: format internal/scan/agent_test.go with gofmt -s

This commit is contained in:
Mei 2026-08-21 20:18:01 +08:00
parent 79683afb75
commit ac2c71fc15

View file

@ -468,11 +468,11 @@ func TestScanAgent_WaitBackground_NoLeakOnRun(t *testing.T) {
{Type: "function", Function: llm.FunctionDef{Name: "code_comment"}},
{Type: "function", Function: llm.FunctionDef{Name: "task_done"}},
},
SkipPlan: true,
SkipDedup: true,
SkipSummary: true,
MaxConcurrency: 1,
Session: sess,
SkipPlan: true,
SkipDedup: true,
SkipSummary: true,
MaxConcurrency: 1,
Session: sess,
})
type runResult struct {