Skip to content

Commit 6daaa9c

Browse files
author
Test
committed
style(maestro): remove trailing whitespace
1 parent f176494 commit 6daaa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/maestro/conductor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (c *Conductor) ExecuteTask(ctx context.Context, task string, complexity str
345345
c.ReportError("execution", fmt.Sprintf("Aborted: %d consecutive execution errors. Last error: %v", consecutiveErrors, err))
346346
return fmt.Errorf("task aborted: %d consecutive execution errors: %w", consecutiveErrors, err)
347347
}
348-
348+
349349
// LoopDetector will handle max iterations check on next iteration
350350
fmt.Printf("[WARNING] Execution error (%d/5): %v\n", consecutiveErrors, err)
351351

0 commit comments

Comments
 (0)