codex: format sandbox tests on PR #15329

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-20 18:23:43 +00:00
parent 3f6051b1e6
commit 595c1f6245

View File

@@ -138,8 +138,7 @@ fn resolve_windows_sandbox_private_desktop_prefers_profile_windows() {
#[test]
fn resolve_windows_sandbox_private_desktop_defaults_to_true() {
assert!(resolve_windows_sandbox_private_desktop(
/*profile_private_desktop*/ None,
/*cfg_private_desktop*/ None,
/*profile_private_desktop*/ None, /*cfg_private_desktop*/ None,
));
}