mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Remove empty lines
This commit is contained in:
parent
23714d7db6
commit
8652fcf86e
1 changed files with 0 additions and 2 deletions
|
@ -212,8 +212,6 @@ class GitRepo:
|
||||||
user_language = coder.get_user_language()
|
user_language = coder.get_user_language()
|
||||||
commit_message = self.get_commit_message(diffs, context, user_language)
|
commit_message = self.get_commit_message(diffs, context, user_language)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Retrieve attribute settings, prioritizing coder.args if available
|
# Retrieve attribute settings, prioritizing coder.args if available
|
||||||
if coder and hasattr(coder, "args"):
|
if coder and hasattr(coder, "args"):
|
||||||
attribute_author = coder.args.attribute_author
|
attribute_author = coder.args.attribute_author
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue