style(linux-sandbox): satisfy format check for #15786

This commit is contained in:
YOUR NAME
2026-03-26 17:17:21 -07:00
parent 494fd02eb2
commit 254b40c93d

View File

@@ -803,7 +803,8 @@ mod tests {
.position(|window| window[0] == "--ro-bind" && window[2] == "/.codex")
.expect("expected read-only /.codex carveout");
assert!(
writable_root_bind_index < codex_carveout_index && codex_carveout_index < dev_rebind_index,
writable_root_bind_index < codex_carveout_index
&& codex_carveout_index < dev_rebind_index,
"expected /.codex carveout after writable root bind and before /dev rebind: {:#?}",
args.args
);