From 7a5877ea5031fbcaf87ea2845e7d7a570768e38f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 8 May 2025 19:28:35 -0700 Subject: [PATCH] style: Format spinner frames --- aider/utils.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/aider/utils.py b/aider/utils.py index 670252d44..64d9573f0 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -270,18 +270,18 @@ class Spinner: # Pre-render the animation frames using pure ASCII so they will # always display, even on very limited terminals. ascii_frames = [ - ' #= | ', - ' =# | ', - ' =# | ', - ' =# | ', - ' =# | ', - ' =# | ', - ' =# | ', - ' #= | ', - ' #= | ', - ' #= | ', - ' #= | ', - ' #= | ', + " #= | ", + " =# | ", + " =# | ", + " =# | ", + " =# | ", + " =# | ", + " =# | ", + " #= | ", + " #= | ", + " #= | ", + " #= | ", + " #= | ", ] self.unicode_palette = "≋≣"