mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Add blank line before main function call
This commit is contained in:
parent
cc772d5074
commit
945eb04010
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ def main():
|
||||||
|
|
||||||
report_github_issue(issue_text, title)
|
report_github_issue(issue_text, title)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue