fix: Formatting

This commit is contained in:
Arne Beer 2024-05-22 15:05:30 +02:00
parent cffb17c819
commit 5d5ccdd336
No known key found for this signature in database
GPG key ID: CC9408F679023B65

View file

@ -10,6 +10,6 @@ pub mod tests {
/// Get all processes in a process group
pub fn get_process_group_pids(pgrp: i32) -> Vec<i32> {
/// TODO
return { };
return {};
}
}