style: cargo fmt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hunter Bown
2026-06-10 16:40:20 -07:00
parent 7fef919765
commit 710ddf45eb
+1 -3
View File
@@ -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.