Skip to content

Commit 0c4df2e

Browse files
committed
fmt
1 parent e3eb80f commit 0c4df2e

File tree

1 file changed

+1
-2
lines changed
  • datafusion/physical-expr-common/src/aggregate/groups_accumulator

1 file changed

+1
-2
lines changed

datafusion/physical-expr-common/src/aggregate/groups_accumulator/prim_op.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ where
185185
)
186186
})?
187187
.map_err(DataFusionError::from)?;
188-
let state_values = state_values
189-
.with_data_type(self.data_type.clone());
188+
let state_values = state_values.with_data_type(self.data_type.clone());
190189

191190
Ok(vec![Arc::new(state_values)])
192191
}

0 commit comments

Comments
 (0)