Make rustfmt happy

This commit is contained in:
Joakim Hulthe
2022-09-16 10:44:33 +02:00
parent 70a3b85acc
commit 79654510b7

View File

@ -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()
}