cargo fmt

This commit is contained in:
Ashley Wulber 2025-03-12 18:32:00 -04:00 committed by Michael Murphy
parent 26ea70a6bd
commit c7edd37b03

View file

@ -41,7 +41,6 @@ pub async fn spawn(mut command: Command) -> Option<u32> {
return None;
};
match unsafe { libc::fork() } {
// Parent process
1.. => {