mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
WIP: Fix missing newline at end of file in coder.py.
This commit is contained in:
parent
85c902843a
commit
5c2cbd301e
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -586,4 +586,4 @@ def main():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
status = main()
|
status = main()
|
||||||
sys.exit(status)
|
sys.exit(status)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue