style: run cargo fmt

This commit is contained in:
2026-09-04 09:17:48 +00:00
parent e10e1fb017
commit 8751c39cce
6 changed files with 9 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ impl CommandBuilder {
Ok(())
}
pub fn spawn(self) -> Result<Child > {
pub fn spawn(self) -> Result<Child> {
Ok(self.build()?.spawn()?)
}