diff --git a/src/runtime/src/mgmt.rs b/src/runtime/src/mgmt.rs index ad07e43..d87ec50 100644 --- a/src/runtime/src/mgmt.rs +++ b/src/runtime/src/mgmt.rs @@ -958,11 +958,7 @@ async fn handle_connection( } } -pub fn start( - cfg: Rc, - restart_idle: Rc, - drtio_tuple: Option, -) { +pub fn start(cfg: Rc, restart_idle: Rc, drtio_tuple: Option) { task::spawn(async move { let pull_id = Rc::new(RefCell::new(0u32)); loop {