treefmt v2.5.0traversed 102 files emitted 84 files for processing formatted 84 files (1 changed) in 417ms M crates/tribuchet/src/worker/sandbox/linux.rs diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs index 5b50848..5eb14f6 100644 --- a/crates/tribuchet/src/worker/sandbox/linux.rs +++ b/crates/tribuchet/src/worker/sandbox/linux.rs @@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> { .map_err(ioerr("detaching scratch store"))?; mount("tmpfs", root, "tmpfs", MountFlags::empty(), None) .map_err(ioerr("mounting tmpfs root"))?; - write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; + write_skeleton(p.spec) + .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; move_mount( store.as_fd(), "",