mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
## Summary This PR makes a minor formatting adjustment to a `println!` message by removing an extra empty line and explicitly using `\n` for clarity. ## Changes - Adjusted console output formatting for the success message. - No functional or behavioral changes.