Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 27, 2022
1 parent b6be31c commit 576d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_plan/file_format/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ mod tests {
}
};

if !values.next().is_some() {
if values.next().is_none() {
panic!(
"Found more than one metric with name '{}' in\n\n{:#?}",
metric_name, metrics
Expand Down

0 comments on commit 576d488

Please sign in to comment.