From f6f5955753100a38f74c6936904cf2baf2a2302e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 4 Dec 2024 07:04:04 -0800 Subject: [PATCH] style: fix whitespace in Spinner class --- aider/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/utils.py b/aider/utils.py index e1e4ac24c..fea0eaaf0 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -277,7 +277,7 @@ class Spinner: self.last_update = 0 self.visible = False self.is_tty = sys.stdout.isatty() - + # Try unicode first, fall back to ascii if needed try: # Test if we can print unicode characters