Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Oct 27, 2024
1 parent ada5d7f commit 815aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-lib/src/utils/fragment_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl FragmentChecker {
entry.insert(file_frags);
Ok(contains_fragment)
}
Entry::Occupied(entry) => Ok(entry.get().contains(&fragment as &str)
Entry::Occupied(entry) => Ok(entry.get().contains(fragment)
|| entry.get().contains(&fragment_decoded as &str)),
}
}
Expand Down

0 comments on commit 815aa84

Please sign in to comment.