mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-09-24 16:05:44 +08:00
fix: gofmt on parallel tool regression test
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func intPtr(v int) *int { return &v }
|
||||
func intPtr(v int) *int { return &v }
|
||||
func strPtr(s string) *string { return &s }
|
||||
|
||||
// TestStreamingParallelToolUseNoGhostDelta reproduces the bug from issue #4193:
|
||||
|
||||
Reference in New Issue
Block a user