Skip to content

Commit 09bd273

Browse files
committed
fmt
1 parent 70ffb8d commit 09bd273

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codex-rs/tui/src/chatwidget/agent.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ pub(crate) fn spawn_agent(
3737
eprintln!("{message}");
3838
app_event_tx_clone.send(AppEvent::CodexEvent(Event {
3939
id: "".to_string(),
40-
msg: EventMsg::Error(ErrorEvent {
41-
message,
42-
}),
40+
msg: EventMsg::Error(ErrorEvent { message }),
4341
}));
4442
app_event_tx_clone.send(AppEvent::ExitRequest);
4543
tracing::error!("failed to initialize codex: {err}");

0 commit comments

Comments
 (0)