mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fmt
This commit is contained in:
parent
1be9d0067b
commit
eb6406da7e
3 changed files with 4 additions and 5 deletions
|
|
@ -108,8 +108,9 @@ pub fn codegen(
|
|||
}
|
||||
|
||||
let locals_new = locals_new.iter();
|
||||
let call_init =
|
||||
Some(quote!(let late = crate::#name(#(#locals_new,)* #name::Context::new(core.into()));));
|
||||
let call_init = Some(
|
||||
quote!(let late = crate::#name(#(#locals_new,)* #name::Context::new(core.into()));),
|
||||
);
|
||||
|
||||
root_init.push(module::codegen(Context::Init(core), needs_lt, app, extra));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue