Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Sep 14, 2024
1 parent 73b6b90 commit 9f00142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/substrait/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ pub mod test {
}
}
if let Some(expr) = se.r#else.as_ref() {
self.collect_schemas_from_expr(expr);
self.collect_schemas_from_expr(expr)?
}
}
RexType::SingularOrList(sol) => {
Expand Down

0 comments on commit 9f00142

Please sign in to comment.