From 1892320b06c050db067a8933b287069d8c25bd2a Mon Sep 17 00:00:00 2001 From: occheung Date: Fri, 20 Sep 2024 17:10:08 +0800 Subject: [PATCH] cargo fmt --- src/runtime/src/mgmt.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {