Skip to content

Commit

Permalink
Fixed clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jan 20, 2024
1 parent b115b12 commit 544c4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datafile/sqlite_datafile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ mod tests {
]
);
let data_counts = datafile
.calculate_data_counts_per_iter(&vec![(
.calculate_data_counts_per_iter(&[(
NaiveDate::from_ymd_opt(2023, 3, 3).unwrap(),
NaiveDate::from_ymd_opt(2023, 2, 3).unwrap(),
)])
Expand Down

0 comments on commit 544c4e7

Please sign in to comment.