mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Format code with consistent quotes and spacing
This commit is contained in:
parent
520eb4a932
commit
2d8bc95bae
1 changed files with 11 additions and 11 deletions
|
@ -16,7 +16,7 @@ def main():
|
|||
output_file = sys.argv[2]
|
||||
|
||||
# Count total lines for progress bar
|
||||
total_lines = sum(1 for _ in open(input_file, 'r'))
|
||||
total_lines = sum(1 for _ in open(input_file, "r"))
|
||||
|
||||
with open(input_file, "r") as fin, open(output_file, "w") as fout:
|
||||
# Process header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue