rustfmt ;(

This commit is contained in:
Kornel 2025-05-21 00:24:48 +01:00 committed by Kornel
parent 0327dd03c6
commit 3ab8b53532
1 changed files with 1 additions and 3 deletions

View File

@ -240,9 +240,7 @@ where
return Poll::Pending;
}
Err(e) => {
return Poll::Ready(Err(e
.into_io_error()
.unwrap_or_else(io::Error::other)));
return Poll::Ready(Err(e.into_io_error().unwrap_or_else(io::Error::other)));
}
}