File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ use codex_protocol::models::developer_realtime_start_text;
2323use codex_protocol:: openai_models:: ModelInfo ;
2424use codex_protocol:: protocol:: TurnContextItem ;
2525
26- // ---------------------------------------------------------------------------
27- // Settings-update fragments for the developer envelope
28- // ---------------------------------------------------------------------------
29-
3026// ---------------------------------------------------------------------------
3127// Model instructions fragment
3228// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ impl ModelVisibleContextFragment for PluginInstructions {
114114 }
115115}
116116
117+ // ---------------------------------------------------------------------------
118+ // Tests
119+ // ---------------------------------------------------------------------------
120+
117121#[ cfg( test) ]
118122mod tests {
119123 use super :: * ;
You can’t perform that action at this time.
0 commit comments