diff --git a/backend/internal/pkg/apicompat/responses_to_anthropic_parallel_tool_test.go b/backend/internal/pkg/apicompat/responses_to_anthropic_parallel_tool_test.go index 599ee0544d..c3171adbfa 100644 --- a/backend/internal/pkg/apicompat/responses_to_anthropic_parallel_tool_test.go +++ b/backend/internal/pkg/apicompat/responses_to_anthropic_parallel_tool_test.go @@ -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: