From ae4eeff440197860618ad0ec4a27f205e080a21d Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Sat, 31 Jan 2026 22:08:29 -0700 Subject: [PATCH] fix(config) config schema newline (#10323) ## Summary Looks like we may have introduced a formatting issue in recent PRs. ## Testing - [x] ran `just write-config-schema` --- codex-rs/core/config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/config.schema.json b/codex-rs/core/config.schema.json index c487659681..2315f75860 100644 --- a/codex-rs/core/config.schema.json +++ b/codex-rs/core/config.schema.json @@ -1569,4 +1569,4 @@ }, "title": "ConfigToml", "type": "object" -} +} \ No newline at end of file