mirror of
https://github.com/openai/codex.git
synced 2026-05-29 15:30:22 +00:00
Apply rustfmt to stdio transport guard
Match the rustfmt shape reported by the PR20664 Format / etc CI job after boxing the retained stdio transport guard. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -26,9 +26,7 @@ pub(crate) enum JsonRpcConnectionEvent {
|
||||
|
||||
pub(crate) enum JsonRpcTransport {
|
||||
Plain,
|
||||
Stdio {
|
||||
_transport: Box<StdioTransport>,
|
||||
},
|
||||
Stdio { _transport: Box<StdioTransport> },
|
||||
}
|
||||
|
||||
impl JsonRpcTransport {
|
||||
|
||||
Reference in New Issue
Block a user