From ebbeff9b32c7158db6bd5f5dacbe262e189c0517 Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Thu, 13 Nov 2025 21:36:10 -0500 Subject: [PATCH] remove tab --- codex-rs/core/src/tools/sandboxing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/tools/sandboxing.rs b/codex-rs/core/src/tools/sandboxing.rs index 7d72f185f2..616e339679 100644 --- a/codex-rs/core/src/tools/sandboxing.rs +++ b/codex-rs/core/src/tools/sandboxing.rs @@ -112,7 +112,7 @@ pub(crate) trait Approvable { } matches!(policy, AskForApproval::Never) } - + /// Decide whether an initial user approval should be requested or forbidden before the /// first attempt. Defaults to the orchestrator's behavior (pre‑refactor): /// - Never, OnFailure: do not ask