Make rustfmt happy

This commit is contained in:
Joakim Hulthe 2022-09-16 10:44:33 +02:00 committed by Mathias
parent e5af4c4bce
commit 3f672c8a93

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