cargo fmt

This commit is contained in:
occheung 2024-09-20 17:10:08 +08:00
parent a13f5d02fa
commit 95b8562812
1 changed files with 1 additions and 5 deletions

View File

@ -958,11 +958,7 @@ async fn handle_connection(
}
}
pub fn start(
cfg: Rc<Config>,
restart_idle: Rc<Semaphore>,
drtio_tuple: Option<DrtioTuple>,
) {
pub fn start(cfg: Rc<Config>, restart_idle: Rc<Semaphore>, drtio_tuple: Option<DrtioTuple>) {
task::spawn(async move {
let pull_id = Rc::new(RefCell::new(0u32));
loop {