style: remove redundant space

This commit is contained in:
Shivam Mishra
2026-03-11 13:27:28 +05:30
parent 17a6fa6c1d
commit 0893ff3548
5 changed files with 1 additions and 7 deletions
@@ -61,7 +61,6 @@ export class EmailQuoteExtractor {
tempDiv.innerHTML = DOMPurify.sanitize(htmlContent);
// Check for class-based quotes
for (const selector of QUOTE_INDICATORS) {
if (tempDiv.querySelector(selector)) {
return true;