style: apply rustfmt to async fs updates

This commit is contained in:
Chummy 2026-02-19 14:47:08 +08:00
parent b9af601943
commit 275d3e7791
11 changed files with 44 additions and 17 deletions

View file

@ -363,7 +363,8 @@ mod tests {
.unwrap();
assert!(allowed.success);
let _ = tokio::fs::remove_file(std::env::temp_dir().join("zeroclaw_shell_approval_test")).await;
let _ =
tokio::fs::remove_file(std::env::temp_dir().join("zeroclaw_shell_approval_test")).await;
}
// ── §5.2 Shell timeout enforcement tests ─────────────────