cargo fmt
This commit is contained in:
parent
26ea70a6bd
commit
c7edd37b03
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ pub async fn spawn(mut command: Command) -> Option<u32> {
|
|||
return None;
|
||||
};
|
||||
|
||||
|
||||
match unsafe { libc::fork() } {
|
||||
// Parent process
|
||||
1.. => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue