mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Apply formatting
This commit is contained in:
parent
df967e4b41
commit
766a41d5de
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class Spinner:
|
|||
# Determine the maximum width for the spinner line
|
||||
# Subtract 2 as requested, to leave a margin or prevent cursor wrapping issues
|
||||
max_spinner_width = self.console.width - 2
|
||||
if max_spinner_width < 0: # Handle extremely narrow terminals
|
||||
if max_spinner_width < 0: # Handle extremely narrow terminals
|
||||
max_spinner_width = 0
|
||||
|
||||
current_text_payload = f" {self.text}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue