style: run cargo fmt
This commit is contained in:
@@ -81,7 +81,7 @@ impl CommandBuilder {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn spawn(self) -> Result<Child > {
|
||||
pub fn spawn(self) -> Result<Child> {
|
||||
Ok(self.build()?.spawn()?)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user