Skip to content

Commit b1b69cd

Browse files
committed
lint fix
1 parent 1e2f26a commit b1b69cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/functions-nested/src/array_product.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ fn general_array_product<O: OffsetSizeTrait>(arrays: &[ArrayRef]) -> Result<Arra
182182
}
183183

184184
Ok(Arc::new(builder.finish()))
185-
}
185+
}

0 commit comments

Comments
 (0)