mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: Improve formatting of long string
This commit is contained in:
parent
f8cef655f0
commit
f0d02f2c76
1 changed files with 4 additions and 1 deletions
|
@ -185,7 +185,10 @@ class Coder:
|
|||
lines.append(output)
|
||||
|
||||
if self.edit_format == "senior":
|
||||
output = f"Junior model: {main_model.junior_model.name} with {main_model.junior_edit_format} edit format"
|
||||
output = (
|
||||
f"Junior model: {main_model.junior_model.name} with"
|
||||
f" {main_model.junior_edit_format} edit format"
|
||||
)
|
||||
lines.append(output)
|
||||
|
||||
# Repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue