treefmt-check
default.checks.aarch64-linux.treefmt
· build #202
· raw
1tribuchet: building on eliza2treefmt v2.5.0traversed 102 files3emitted 84 files for processing4formatted 84 files (1 changed) in 162ms5 M crates/tribuchet/src/worker/sandbox/linux.rs6diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs7index 5b50848..5eb14f6 1006448--- a/crates/tribuchet/src/worker/sandbox/linux.rs9+++ b/crates/tribuchet/src/worker/sandbox/linux.rs10@@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> {11 .map_err(ioerr("detaching scratch store"))?;12 mount("tmpfs", root, "tmpfs", MountFlags::empty(), None)13 .map_err(ioerr("mounting tmpfs root"))?;14- write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;15+ write_skeleton(p.spec)16+ .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;17 move_mount(18 store.as_fd(),19 "",