Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Urs Joss <urs.joss@gmx.ch>
  • Loading branch information
renovate[bot] and ursjoss authored Jan 25, 2025
1 parent c543abd commit 26f5479
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fn derive_month_from(file: Option<&str>) -> Result<String, String> {
let path = std::path::Path::new(filename);
if path
.extension()
.map_or(false, |ext| ext.eq_ignore_ascii_case("csv"))
.is_some_and(|ext| ext.eq_ignore_ascii_case("csv"))
{
let start_index = underscore_index + 1;
let end_index = start_index + 5;
Expand Down

0 comments on commit 26f5479

Please sign in to comment.