diff --git a/src/functions.rs b/src/functions.rs index e356629..19e5c5a 100644 --- a/src/functions.rs +++ b/src/functions.rs @@ -686,10 +686,7 @@ where !boxed_aggr.is_null(), "Internal error - null aggregate pointer" ); - let mut ctx = Context { - ctx, - args: &mut [], - }; + let mut ctx = Context { ctx, args: &mut [] }; (*boxed_aggr).finalize(&mut ctx, a) }); let t = match r {