mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
rustfmt
This commit is contained in:
parent
5153ff1715
commit
bf80035aef
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ mod app {
|
|||
foo::spawn(x).ok().unwrap();
|
||||
|
||||
// send another block to the task `bar`
|
||||
bar::spawn(P::alloc().unwrap().init([0u8; 128])).ok().unwrap();
|
||||
bar::spawn(P::alloc().unwrap().init([0u8; 128]))
|
||||
.ok()
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
#[task]
|
||||
|
|
Loading…
Reference in a new issue