fix: gofmt on parallel tool regression test

This commit is contained in:
蔡及
2026-07-15 00:59:28 +08:00
parent 07732a5a35
commit 22e97898bb
@@ -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: