mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
style: Apply formatting
This commit is contained in:
parent
647f556582
commit
784ac79da1
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class Spinner:
|
|||
|
||||
# Bounce the scanner back and forth.
|
||||
self.frames = frames
|
||||
self.frame_idx = Spinner.last_frame_idx # Initialize from class variable
|
||||
self.frame_idx = Spinner.last_frame_idx # Initialize from class variable
|
||||
self.width = len(frames[0]) - 2 # number of chars between the brackets
|
||||
self.animation_len = len(frames[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue