Skip to content

Commit

Permalink
chore: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Feb 28, 2024
1 parent 9cd712d commit 117cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/scanner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ impl<'r> Scanner<'r> {

// If some pattern or rule matched, clear the matches. Notice that a
// rule may match without any pattern being matched, because there
// are rules without patterns, or that match if the pattern is not
// are rules without patterns, or that match if the pattern is not
// found.
if !ctx.pattern_matches.is_empty()
|| !ctx.non_private_matching_rules.is_empty()
Expand Down

0 comments on commit 117cc3c

Please sign in to comment.