Skip to content

Commit 576d488

Browse files
committed
Clippy
1 parent b6be31c commit 576d488

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/physical_plan/file_format

1 file changed

+1
-1
lines changed

datafusion/core/src/physical_plan/file_format/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ mod tests {
20232023
}
20242024
};
20252025

2026-
if !values.next().is_some() {
2026+
if values.next().is_none() {
20272027
panic!(
20282028
"Found more than one metric with name '{}' in\n\n{:#?}",
20292029
metric_name, metrics

0 commit comments

Comments
 (0)