Skip to content

Commit

Permalink
clippy linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
svaningelgem committed Oct 8, 2023
1 parent 03b7e65 commit 203bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl LogicalPlanBuilder {
scan_type: FileScan::Csv {
options: CsvParserOptions {
has_header,
separator: separator,
separator,
ignore_errors,
skip_rows,
low_memory,
Expand Down

0 comments on commit 203bcdf

Please sign in to comment.