From 784ac79da1c127332f13c45194340a4676d2cf69 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 8 May 2025 17:17:07 -0700 Subject: [PATCH] style: Apply formatting --- aider/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/utils.py b/aider/utils.py index 0ace78f6d..9786b6041 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -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])