mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Make rustfmt happy
This commit is contained in:
parent
70a3b85acc
commit
79654510b7
@ -114,7 +114,9 @@ where
|
||||
|
||||
/// Consumes this mutex, returning the underlying data.
|
||||
pub fn into_inner(self) -> T
|
||||
where T: Sized {
|
||||
where
|
||||
T: Sized,
|
||||
{
|
||||
self.inner.into_inner()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user