mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
nit fix
This commit is contained in:
@@ -570,7 +570,6 @@ fn status_summary_spans(status: &AgentStatus) -> Vec<Span<'static>> {
|
||||
}
|
||||
spans
|
||||
}
|
||||
AgentStatus::Interrupted => vec![Span::from("Interrupted").magenta()],
|
||||
AgentStatus::Shutdown => vec![Span::from("Shutdown")],
|
||||
AgentStatus::NotFound => vec![Span::from("Not found").red()],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user