From d5a34dcbc5b09f5294ffa0680403b77d1cf0c347 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 31 Mar 2025 11:42:47 +1300 Subject: [PATCH] style: Fix trailing whitespace in homepage script --- scripts/homepage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/homepage.py b/scripts/homepage.py index c7a274c5c..15ab95eb3 100755 --- a/scripts/homepage.py +++ b/scripts/homepage.py @@ -464,7 +464,7 @@ def get_testimonials_js(): author_parts = full_line.split("— [") if len(author_parts) > 1: author = author_parts[1].split("]")[0].strip() - + # Extract the link if it exists link_parts = full_line.split("](") if len(link_parts) > 1: @@ -474,7 +474,7 @@ def get_testimonials_js(): author_parts = full_line.split(" - [") if len(author_parts) > 1: author = author_parts[1].split("]")[0].strip() - + # Extract the link if it exists link_parts = full_line.split("](") if len(link_parts) > 1: