Skip to content

Commit 636a666

Browse files
charley-oaicodex
andcommitted
style(core): tighten fragment section dividers
Co-authored-by: Codex <noreply@openai.com>
1 parent 0244951 commit 636a666

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codex-rs/core/src/context_manager/updates/developer_update_fragments.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ use codex_protocol::models::developer_realtime_start_text;
2323
use codex_protocol::openai_models::ModelInfo;
2424
use codex_protocol::protocol::TurnContextItem;
2525

26-
// ---------------------------------------------------------------------------
27-
// Settings-update fragments for the developer envelope
28-
// ---------------------------------------------------------------------------
29-
3026
// ---------------------------------------------------------------------------
3127
// Model instructions fragment
3228
// ---------------------------------------------------------------------------

codex-rs/core/src/instructions/contextual_user_fragments.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ impl ModelVisibleContextFragment for PluginInstructions {
114114
}
115115
}
116116

117+
// ---------------------------------------------------------------------------
118+
// Tests
119+
// ---------------------------------------------------------------------------
120+
117121
#[cfg(test)]
118122
mod tests {
119123
use super::*;

0 commit comments

Comments
 (0)