Skip to content

Commit 7a5877e

Browse files
committed
style: Format spinner frames
1 parent 52ae22b commit 7a5877e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

aider/utils.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -270,18 +270,18 @@ def __init__(self, text: str, width: int = 7):
270270
# Pre-render the animation frames using pure ASCII so they will
271271
# always display, even on very limited terminals.
272272
ascii_frames = [
273-
' #= | ',
274-
' =# | ',
275-
' =# | ',
276-
' =# | ',
277-
' =# | ',
278-
' =# | ',
279-
' =# | ',
280-
' #= | ',
281-
' #= | ',
282-
' #= | ',
283-
' #= | ',
284-
' #= | ',
273+
" #= | ",
274+
" =# | ",
275+
" =# | ",
276+
" =# | ",
277+
" =# | ",
278+
" =# | ",
279+
" =# | ",
280+
" #= | ",
281+
" #= | ",
282+
" #= | ",
283+
" #= | ",
284+
" #= | ",
285285
]
286286

287287
self.unicode_palette = "≋≣"

0 commit comments

Comments
 (0)