From 4f262903461e80213696bc8cda76e5fba25a41c8 Mon Sep 17 00:00:00 2001 From: vdbhb59 Date: Mon, 12 May 2025 22:51:53 +0530 Subject: [PATCH] Whitespace --- engines/text/bing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/text/bing.php b/engines/text/bing.php index 0d3a11c..a37d3e5 100644 --- a/engines/text/bing.php +++ b/engines/text/bing.php @@ -57,8 +57,8 @@ } else $url = $possible_url; - if (str_starts_with($url, "a1")) - continue; // It's probably a Bing-relative link such as for video, skip it. + if (str_starts_with($url, "a1")) + continue; // It's probably a Bing-relative link such as for video, skip it. if (!empty($results) && array_key_exists("url", $results) && end($results)["url"] == $url->textContent) continue;