From b704894b03b5a58b837d0dcf383464088397d932 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 5 Jul 2021 20:14:18 +0200 Subject: [PATCH] run cargo fmt --- macros/src/codegen/util.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/macros/src/codegen/util.rs b/macros/src/codegen/util.rs index e690e1f4ce..e2c32d79f4 100644 --- a/macros/src/codegen/util.rs +++ b/macros/src/codegen/util.rs @@ -325,5 +325,8 @@ pub fn tq_ident(core: Core) -> Ident { } pub fn rt_err_ident() -> Ident { - Ident::new("you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml", Span::call_site()) + Ident::new( + "you_must_enable_the_rt_feature_for_the_pac_in_your_cargo_toml", + Span::call_site(), + ) }