Skip to content

Commit 3ab8b53

Browse files
committed
rustfmt ;(
1 parent 0327dd0 commit 3ab8b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tokio-boring/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@ where
240240
return Poll::Pending;
241241
}
242242
Err(e) => {
243-
return Poll::Ready(Err(e
244-
.into_io_error()
245-
.unwrap_or_else(io::Error::other)));
243+
return Poll::Ready(Err(e.into_io_error().unwrap_or_else(io::Error::other)));
246244
}
247245
}
248246

0 commit comments

Comments
 (0)