rustfmt fixes
This commit is contained in:
parent
e65503e255
commit
5c56aff9c2
1 changed files with 6 additions and 5 deletions
|
@ -292,7 +292,8 @@ impl<'d, T: Instance> Can<'d, T> {
|
|||
} else {
|
||||
Poll::Pending
|
||||
}
|
||||
}).await;
|
||||
})
|
||||
.await;
|
||||
|
||||
T::regs().ier().modify(|i| i.set_slkie(false));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue