General code improvements
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ impl Flow {
|
||||
pub fn context_id(&self) -> u32 {
|
||||
self.context_id
|
||||
}
|
||||
pub fn jobs(&self) -> &Vec<u32> {
|
||||
pub fn jobs(&self) -> &[u32] {
|
||||
&self.jobs
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user