mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-08-31 02:07:08 +00:00
style: format internal/scan/agent_test.go with gofmt -s
This commit is contained in:
parent
79683afb75
commit
ac2c71fc15
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue