From 72453d70e38f6fb34dc81079a59eae9db56b2d71 Mon Sep 17 00:00:00 2001 From: starr-openai Date: Wed, 6 May 2026 14:23:42 -0700 Subject: [PATCH] Fix prompt debug formatting Apply the rustfmt indentation reported by the PR20667 Format / etc CI job after the stack rebase. Co-authored-by: Codex --- codex-rs/core/src/prompt_debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/prompt_debug.rs b/codex-rs/core/src/prompt_debug.rs index c514a4f644..cc4f239bef 100644 --- a/codex-rs/core/src/prompt_debug.rs +++ b/codex-rs/core/src/prompt_debug.rs @@ -51,7 +51,7 @@ pub async fn build_prompt_input( Arc::new( EnvironmentManager::from_codex_home(config.codex_home.clone(), local_runtime_paths) .await - .map_err(|err| CodexErr::Fatal(err.to_string()))?, + .map_err(|err| CodexErr::Fatal(err.to_string()))?, ), /*analytics_events_client*/ None, state_db,