mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: format code for better readability
This commit is contained in:
parent
2cabf9718c
commit
7d766d53ee
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ def main():
|
|||
print(f" - #{issue['number']}: {issue['comments']} comments {issue['html_url']}")
|
||||
|
||||
print(
|
||||
f"Oldest issue: #{oldest_issue['number']}: {oldest_issue['comments']} comments {oldest_issue['html_url']} (created on"
|
||||
f" {oldest_issue['created_at']})"
|
||||
f"Oldest issue: #{oldest_issue['number']}: {oldest_issue['comments']} comments"
|
||||
f" {oldest_issue['html_url']} (created on {oldest_issue['created_at']})"
|
||||
)
|
||||
|
||||
# Confirmation prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue