From 6af71951afc9b83e86e3d4f9dceb511a2340c99f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 28 Nov 2024 14:01:50 -0800 Subject: [PATCH] style: fix whitespace in benchmark.py --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index a8d033c08..67806eb0a 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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"):