Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Nov 20, 2024
1 parent c8a25d8 commit a23293b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parquet/src/arrow/async_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ pub trait AsyncFileReader: Send {
/// This allows Box<dyn AsyncFileReader + 'reader> to be used as an AsyncFileReader,
/// which is needed when the boxed reader contains references with lifetimes
/// shorter than 'static.
impl<'reader> AsyncFileReader for Box<dyn AsyncFileReader + 'reader> {
fn get_bytes(&mut self, range: Range<usize>) -> BoxFuture<'_, Result<Bytes>> {
self.as_mut().get_bytes(range)
Expand Down

0 comments on commit a23293b

Please sign in to comment.