style: apply rustfmt to async fs updates
This commit is contained in:
parent
b9af601943
commit
275d3e7791
11 changed files with 44 additions and 17 deletions
|
|
@ -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 ─────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue