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;
|
return None;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
match unsafe { libc::fork() } {
|
match unsafe { libc::fork() } {
|
||||||
// Parent process
|
// Parent process
|
||||||
1.. => {
|
1.. => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue