mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: Fix long lines in closing comment
This commit is contained in:
parent
6778c33628
commit
517b2b42a6
1 changed files with 4 additions and 3 deletions
|
@ -47,9 +47,10 @@ CLOSE_STALE_COMMENT = (
|
||||||
)
|
)
|
||||||
|
|
||||||
CLOSE_FIXED_ENHANCEMENT_COMMENT = (
|
CLOSE_FIXED_ENHANCEMENT_COMMENT = (
|
||||||
"""I'm closing this enhancement request since it has been marked as 'fixed' for over 3 weeks. The requested feature should now be available in recent versions of aider.
|
"""I'm closing this enhancement request since it has been marked as 'fixed' for over """
|
||||||
|
"""3 weeks. The requested feature should now be available in recent versions of aider.\n\n"""
|
||||||
If you find that this enhancement is still needed, please feel free to reopen this issue or create a new one."""
|
"""If you find that this enhancement is still needed, please feel free to reopen this """
|
||||||
|
"""issue or create a new one."""
|
||||||
+ BOT_SUFFIX
|
+ BOT_SUFFIX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue