From bf50a44f763f65cb1737a30df0e0eda9d747b96b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 4 Apr 2023 11:48:48 +0800 Subject: [PATCH] cargo fmt --- src/runtime/src/rtio_mgt.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/runtime/src/rtio_mgt.rs b/src/runtime/src/rtio_mgt.rs index 58cfcd7..43ed83d 100644 --- a/src/runtime/src/rtio_mgt.rs +++ b/src/runtime/src/rtio_mgt.rs @@ -544,7 +544,10 @@ fn read_device_map(cfg: &Config) -> BTreeMap { Ok(()) }) .or_else(|err| { - warn!("error reading device map ({}), device names will not be available in RTIO error messages", err); + warn!( + "error reading device map ({}), device names will not be available in RTIO error messages", + err + ); Err(err) }); device_map