Skip to content

Commit 9cb7ed0

Browse files
committed
fmt
1 parent c8715b4 commit 9cb7ed0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codex-rs/tui/src/bottom_pane/approval_overlay.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ impl ApprovalOverlay {
166166

167167
fn handle_exec_decision(&self, id: &str, command: &[String], decision: ReviewDecision) {
168168
let decision_for_history = decision.clone();
169-
let cell =
170-
history_cell::new_approval_decision_cell(command.to_vec(), decision_for_history);
169+
let cell = history_cell::new_approval_decision_cell(command.to_vec(), decision_for_history);
171170
self.app_event_tx.send(AppEvent::InsertHistoryCell(cell));
172171
self.app_event_tx.send(AppEvent::CodexOp(Op::ExecApproval {
173172
id: id.to_string(),

0 commit comments

Comments
 (0)