Fix prompt debug formatting

Apply the rustfmt indentation reported by the PR20667 Format / etc CI job after the stack rebase.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-06 14:23:42 -07:00
parent 394b50eafb
commit 72453d70e3

View File

@@ -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,