From 710ddf45eba4f8dc2b509dbdfcfa44abc5678350 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 10 Jun 2026 16:40:20 -0700 Subject: [PATCH] style: cargo fmt Co-Authored-By: Claude Fable 5 --- crates/tui/src/tui/history.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/tui/src/tui/history.rs b/crates/tui/src/tui/history.rs index 08f461ce..847ec7e4 100644 --- a/crates/tui/src/tui/history.rs +++ b/crates/tui/src/tui/history.rs @@ -961,9 +961,7 @@ impl ExecCell { Style::default().fg(palette::TEXT_MUTED), width, )); - } else if self.status != ToolStatus::Running - && mode == RenderMode::Transcript - { + } else if self.status != ToolStatus::Running && mode == RenderMode::Transcript { // #3031: Suppress "(no output)" in compact/Live mode; // the success header is enough signal. Transcript still // records it for exports/clipboard/pager.