Skip to content

Commit 3a1733d

Browse files
committed
Fmt
1 parent 9005686 commit 3a1733d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/expr-common/src/groups_accumulator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ pub trait GroupsAccumulator: Send {
284284
/// This function is called once per batch, so it should be `O(n)` to
285285
/// compute, not `O(num_groups)`
286286
fn size(&self) -> usize;
287-
}
287+
}

datafusion/functions-aggregate/src/count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,4 +805,4 @@ mod tests {
805805
assert_eq!(accumulator.evaluate()?, ScalarValue::Int64(Some(0)));
806806
Ok(())
807807
}
808-
}
808+
}

0 commit comments

Comments
 (0)