Skip to content

Commit 5fdc785

Browse files
committed
whitespace
1 parent c6385ae commit 5fdc785

File tree

1 file changed

+0
-1
lines changed
  • parquet/src/arrow/push_decoder

1 file changed

+0
-1
lines changed

parquet/src/arrow/push_decoder/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ impl ParquetPushDecoder {
252252
/// }
253253
/// }
254254
/// }
255-
///
256255
///```
257256
pub fn try_decode(&mut self) -> Result<DecodeResult<RecordBatch>, ParquetError> {
258257
let current_state = std::mem::replace(&mut self.state, ParquetDecoderState::Finished);

0 commit comments

Comments
 (0)