style: fix whitespace in benchmark.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-28 14:01:50 -08:00
parent 3eed45dc3e
commit 6af71951af

View file

@ -71,7 +71,7 @@ def find_latest_benchmark_dir():
# Find directory with most recently modified .md file
latest_dir = None
latest_time = 0
for d in recent_dirs:
# Look for .md files in subdirectories
for md_file in d.glob("*/.*.md"):