From 80ed5e8b3a5865adce1fea1dd645d1e945feac7a Mon Sep 17 00:00:00 2001 From: viyatb-oai Date: Tue, 26 May 2026 15:33:41 -0700 Subject: [PATCH] style: format restacked sandbox audit path Co-authored-by: Codex noreply@openai.com --- codex-rs/core/src/unified_exec/process.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex-rs/core/src/unified_exec/process.rs b/codex-rs/core/src/unified_exec/process.rs index 2602d57125..e00b89f00b 100644 --- a/codex-rs/core/src/unified_exec/process.rs +++ b/codex-rs/core/src/unified_exec/process.rs @@ -271,8 +271,7 @@ impl UnifiedExecProcess { ..Default::default() }; if is_likely_sandbox_denied(sandbox_type, &exec_output) { - if let Some(violation) = - record_filesystem_sandbox_violation(sandbox_type, &exec_output) + if let Some(violation) = record_filesystem_sandbox_violation(sandbox_type, &exec_output) { crate::security_events::record_sandbox_violation_audit( self.sandbox_violation_context.as_ref(),