Make rustfmt happy

This commit is contained in:
Joakim Hulthe 2022-09-16 10:44:33 +02:00
parent 70a3b85acc
commit 79654510b7
No known key found for this signature in database
GPG Key ID: 2C3E26A7FE602773

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