From 7f83d56ef5b4b437133d9c5447bb152ec03731c9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 20 Nov 2024 09:42:49 +0800 Subject: [PATCH] cargo fmt --- src/runtime/src/comms.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/runtime/src/comms.rs b/src/runtime/src/comms.rs index e30b87a1..1f6c7739 100644 --- a/src/runtime/src/comms.rs +++ b/src/runtime/src/comms.rs @@ -788,7 +788,11 @@ pub fn main(timer: GlobalTimer, cfg: Config) { mgmt::start( cfg.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 {