mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix trailing whitespace in homepage script
This commit is contained in:
parent
fc6a05ced6
commit
d5a34dcbc5
1 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@ def get_testimonials_js():
|
||||||
author_parts = full_line.split("— [")
|
author_parts = full_line.split("— [")
|
||||||
if len(author_parts) > 1:
|
if len(author_parts) > 1:
|
||||||
author = author_parts[1].split("]")[0].strip()
|
author = author_parts[1].split("]")[0].strip()
|
||||||
|
|
||||||
# Extract the link if it exists
|
# Extract the link if it exists
|
||||||
link_parts = full_line.split("](")
|
link_parts = full_line.split("](")
|
||||||
if len(link_parts) > 1:
|
if len(link_parts) > 1:
|
||||||
|
@ -474,7 +474,7 @@ def get_testimonials_js():
|
||||||
author_parts = full_line.split(" - [")
|
author_parts = full_line.split(" - [")
|
||||||
if len(author_parts) > 1:
|
if len(author_parts) > 1:
|
||||||
author = author_parts[1].split("]")[0].strip()
|
author = author_parts[1].split("]")[0].strip()
|
||||||
|
|
||||||
# Extract the link if it exists
|
# Extract the link if it exists
|
||||||
link_parts = full_line.split("](")
|
link_parts = full_line.split("](")
|
||||||
if len(link_parts) > 1:
|
if len(link_parts) > 1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue