mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
nit: lint (#16564)
This commit is contained in:
@@ -12,7 +12,7 @@ use codex_protocol::models::ResponseItem;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
fn assistant_output_text(text: &str) -> ResponseItem {
|
||||
assistant_output_text_with_phase(text, None)
|
||||
assistant_output_text_with_phase(text, /*phase*/ None)
|
||||
}
|
||||
|
||||
fn assistant_output_text_with_phase(text: &str, phase: Option<MessagePhase>) -> ResponseItem {
|
||||
|
||||
Reference in New Issue
Block a user