Skip to content

Commit 3e4dc21

Browse files
committed
fix fmt
1 parent f368ffd commit 3e4dc21

File tree

1 file changed

+0
-1
lines changed
  • datafusion/physical-expr/src/aggregate

1 file changed

+0
-1
lines changed

datafusion/physical-expr/src/aggregate/count.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ mod tests {
396396
generic_test_op!(a, DataType::Binary, Count, ScalarValue::from(2i64))
397397
}
398398

399-
400399
#[test]
401400
fn count_large_utf8() -> Result<()> {
402401
let a: ArrayRef =

0 commit comments

Comments
 (0)