cargo fmt

master
Sebastien Bourdeauducq 2023-04-04 11:48:48 +08:00
parent 64cadd90f5
commit bf50a44f76
1 changed files with 4 additions and 1 deletions

View File

@ -544,7 +544,10 @@ fn read_device_map(cfg: &Config) -> BTreeMap<u32, String> {
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