fix: Fix long lines in closing comment

This commit is contained in:
Paul Gauthier (aider) 2024-12-13 08:45:58 -08:00
parent 6778c33628
commit 517b2b42a6

View file

@ -47,9 +47,10 @@ CLOSE_STALE_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.
If you find that this enhancement is still needed, please feel free to reopen this issue or create a new one."""
"""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."""
+ BOT_SUFFIX
)