mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: fix whitespace in Spinner class
This commit is contained in:
parent
d87f9fbd79
commit
f6f5955753
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class Spinner:
|
||||||
self.last_update = 0
|
self.last_update = 0
|
||||||
self.visible = False
|
self.visible = False
|
||||||
self.is_tty = sys.stdout.isatty()
|
self.is_tty = sys.stdout.isatty()
|
||||||
|
|
||||||
# Try unicode first, fall back to ascii if needed
|
# Try unicode first, fall back to ascii if needed
|
||||||
try:
|
try:
|
||||||
# Test if we can print unicode characters
|
# Test if we can print unicode characters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue