Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurins-coralogix committed Sep 20, 2022
1 parent 82ad24a commit b023889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/column/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ where
}

/// Read the next page as a dictionary page. If the next page is not a dictionary page,
/// this will return an error.
/// this will return an error.
fn read_dictionary_page(&mut self) -> Result<()> {
match self.page_reader.get_next_page()? {
Some(Page::DictionaryPage {
Expand Down

0 comments on commit b023889

Please sign in to comment.