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 = "≋≣"