style: apply linter fixes

This commit is contained in:
Paul Gauthier (aider) 2025-05-09 18:08:04 -07:00
parent a9cb1a9d61
commit c11d21a230

View file

@ -352,7 +352,7 @@ class GitRepo:
continue
commit_message = model.simple_send_with_retries(messages)
if commit_message:
break # Found a model that could generate the message
break # Found a model that could generate the message
if not commit_message:
self.io.tool_error("Failed to generate commit message!")