fix: fix missing spacing in review decision response (#2457)

This PR fixes a display issue inside the user approval widget:

<img width="396" height="62" alt="Screenshot 2025-08-19 at 16 42 13"
src="https://github.com/user-attachments/assets/a67da78b-7e9c-4f65-8b56-06644713ce8f"
/>

The other review decision responses are already properly formatted.
Thanks!
This commit is contained in:
Hans Knöchel
2025-08-19 19:27:26 +02:00
committed by GitHub
parent 16f11a89d8
commit 7b4313bf31

View File

@@ -285,7 +285,7 @@ impl UserApprovalWidget<'_> {
"".fg(Color::Green),
"You ".into(),
"approved".bold(),
"codex to run ".into(),
" codex to run ".into(),
],
cmd,
vec![" every time this session".bold()],