Skip to content

Commit 9019c38

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 45c624a commit 9019c38

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • vortex-array/src/arrays/scalar_fn

vortex-array/src/arrays/scalar_fn/rules.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ use crate::scalar_fn::ScalarFnRef;
3232
use crate::scalar_fn::fns::pack::Pack;
3333
use crate::validity::Validity;
3434

35-
pub(super) const RULES: ReduceRuleSet<ScalarFnVTable> = ReduceRuleSet::new(&[
36-
&ScalarFnPackToStructRule,
37-
&ScalarFnAbstractReduceRule,
38-
]);
35+
pub(super) const RULES: ReduceRuleSet<ScalarFnVTable> =
36+
ReduceRuleSet::new(&[&ScalarFnPackToStructRule, &ScalarFnAbstractReduceRule]);
3937

4038
pub(super) const PARENT_RULES: ParentRuleSet<ScalarFnVTable> = ParentRuleSet::new(&[
4139
ParentRuleSet::lift(&ScalarFnUnaryFilterPushDownRule),

0 commit comments

Comments
 (0)