style: Remove empty lines

This commit is contained in:
Paul Gauthier (aider) 2025-05-09 06:17:55 -07:00
parent 23714d7db6
commit 8652fcf86e

View file

@ -212,8 +212,6 @@ class GitRepo:
user_language = coder.get_user_language()
commit_message = self.get_commit_message(diffs, context, user_language)
# Retrieve attribute settings, prioritizing coder.args if available
if coder and hasattr(coder, "args"):
attribute_author = coder.args.attribute_author