From a417e6e6441d98bdae321ba18ec7ce4f0ad21670 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 26 Mar 2025 07:07:16 -1000 Subject: [PATCH] style: Fix trailing whitespace in SVG generation script --- scripts/30k-image.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/30k-image.py b/scripts/30k-image.py index a15d5e547..35aecc33d 100644 --- a/scripts/30k-image.py +++ b/scripts/30k-image.py @@ -61,7 +61,7 @@ def generate_confetti(count=150, width=DEFAULT_WIDTH, height=DEFAULT_HEIGHT): shape_type = random.choice(["rect", "circle", "star"]) if shape_type == "rect": - shape = f""" @@ -87,7 +87,7 @@ def generate_confetti(count=150, width=DEFAULT_WIDTH, height=DEFAULT_HEIGHT): points.append(f"{inner_x},{inner_y}") points_str = " ".join(points) - shape = f""" @@ -143,23 +143,23 @@ def generate_celebration_svg(output_path=None, width=DEFAULT_WIDTH, height=DEFAU .tagline {{ font-family: sans-serif; font-size: 32px; fill: {LIGHT_COLOR}; text-anchor: middle; }} .footer {{ font-family: sans-serif; font-size: 24px; fill: {LIGHT_COLOR}; text-anchor: middle; opacity: 0.8; }} - + - + - + {confetti} - + - 30,000 STARS + 30,000 GitHub stars! Thank you to our amazing community! github.com/Aider-AI/aider - +