Skip to content

Commit 8ca3469

Browse files
lint: rust cargo fmt
1 parent e6775a3 commit 8ca3469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/functions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ fn col(name: &str) -> PyResult<PyExpr> {
588588
#[pyfunction]
589589
fn count_star() -> PyExpr {
590590
functions_aggregate::expr_fn::count(lit(1)).into()
591-
592591
}
593592

594593
/// Wrapper for [`functions_aggregate::expr_fn::count`]

0 commit comments

Comments
 (0)