chore: fmt

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/agent/coordinator_test.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

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{}
-}
+}