Skip to content

Commit

Permalink
refactor: auto formatting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 14, 2023
1 parent 38b6d8b commit 131b623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rust/src/lazy/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ impl LazyFrame {
comm_subexpr_elim,
streaming,
fast_projection,
eager
eager,
} = self.0.get_current_optimizations();
list!(
type_coercion = type_coercion,
Expand Down
2 changes: 1 addition & 1 deletion src/rust/src/series.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl Series {
pub fn value_counts(
&self,
sort: bool,
parallel: bool
parallel: bool,
) -> std::result::Result<DataFrame, String> {
self.0
.value_counts(sort, parallel)
Expand Down

0 comments on commit 131b623

Please sign in to comment.