mirror of
https://github.com/openai/codex.git
synced 2026-05-23 20:44:50 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user