style: Format code with consistent spacing and indentation

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 15:24:26 -07:00
parent 9bf70d8641
commit 4b6424f631

View file

@ -246,7 +246,7 @@ def get_counts_for_file(start_tag, end_tag, authors, fname):
"--abbrev=9",
f"{start_tag}..HEAD",
"--",
fname
fname,
]
)
if not text: