style: Fix line length in comment

This commit is contained in:
Paul Gauthier (aider) 2024-12-13 08:46:02 -08:00
parent 517b2b42a6
commit b982626ac4

View file

@ -50,8 +50,7 @@ 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.\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
"""issue or create a new one.""" + BOT_SUFFIX
)
# GitHub API configuration