From 117cc3ce6cb7807359558942f5d7721d2aae48a7 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Wed, 28 Feb 2024 15:54:04 +0100 Subject: [PATCH] chore: remove trailing space --- lib/src/scanner/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/scanner/mod.rs b/lib/src/scanner/mod.rs index 53c8d3bec..de0322749 100644 --- a/lib/src/scanner/mod.rs +++ b/lib/src/scanner/mod.rs @@ -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()