automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-06-26 13:40:49 +00:00 committed by github-actions[bot]
parent c0b0d16622
commit f88db6d55e

View file

@ -13,6 +13,6 @@ fn main() -> anyhow::Result<()> {
debug!("logger: {logger:#?}");
trace!("Type id of libpt::log::Logger is '{:#?}'", logger.type_id());
let u = 19;
error!(some_value=u, "No error, this is just a test");
error!(some_value = u, "No error, this is just a test");
Ok(())
}