Formatting
This commit is contained in:
@@ -34,6 +34,12 @@ pub struct TaskManager {
|
||||
tasks: Mutex<HashMap<String, TaskInfo>>,
|
||||
}
|
||||
|
||||
impl Default for TaskManager {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl TaskManager {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user