cargo fmt

This commit is contained in:
Sebastien Bourdeauducq 2024-11-20 09:42:49 +08:00
parent 1d431456f4
commit 7f83d56ef5
1 changed files with 5 additions and 1 deletions

View File

@ -788,7 +788,11 @@ pub fn main(timer: GlobalTimer, cfg: Config) {
mgmt::start( mgmt::start(
cfg.clone(), cfg.clone(),
restart_idle.clone(), restart_idle.clone(),
Some(mgmt::DrtioContext(aux_mutex.clone(), drtio_routing_table.clone(), timer)), Some(mgmt::DrtioContext(
aux_mutex.clone(),
drtio_routing_table.clone(),
timer,
)),
); );
task::spawn(async move { task::spawn(async move {