From 6b78cbedc3bbc346f9242d833a78e083b0cacec0 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 19 Jan 2026 15:53:03 -0300 Subject: [PATCH] chore: fmt Signed-off-by: Carlos Alexandro Becker --- internal/agent/coordinator_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/agent/coordinator_test.go b/internal/agent/coordinator_test.go index 6bad20f4cacf1c8b96666079dbd20a515cd23fe4..564a3ac8e908294c7e2d061a5972a5d896e2e08b 100644 --- a/internal/agent/coordinator_test.go +++ b/internal/agent/coordinator_test.go @@ -318,8 +318,8 @@ func TestRecoverSession(t *testing.T) { // dummyAgent implements SessionAgent for testing purposes. type dummyAgent struct { - t *testing.T - isBusy bool + t *testing.T + isBusy bool } func (a *dummyAgent) Run(ctx context.Context, call SessionAgentCall) (*fantasy.AgentResult, error) { @@ -360,4 +360,4 @@ func (a *dummyAgent) Summarize(ctx context.Context, sessionID string, opts fanta func (a *dummyAgent) Model() Model { return Model{} -} \ No newline at end of file +}