Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 30, 2024
1 parent acc3c9d commit 41de745
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,7 @@ fn test_default_expressions() -> Result<()> {
for input_exprs in &test_cases {
let input_types = input_exprs
.iter()
.map(|expr: &Arc<dyn PhysicalExpr>| {
expr.data_type(&schema).unwrap()
})
.map(|expr: &Arc<dyn PhysicalExpr>| expr.data_type(&schema).unwrap())
.collect::<Vec<_>>();
let expr_args = ExpressionArgs::new(input_exprs, &input_types);

Expand Down

0 comments on commit 41de745

Please sign in to comment.