mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
nit: lint (#16564)
This commit is contained in:
committed by
GitHub
Unverified
parent
627299c551
commit
bd50496411
@@ -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