style: Add blank line for readability in benchmark.py

This commit is contained in:
Paul Gauthier 2025-01-03 14:14:42 -05:00 committed by Paul Gauthier (aider)
parent b1d418f7fb
commit 1b4abb747d

View file

@ -809,6 +809,7 @@ def run_test_real(
coder.apply_updates()
else:
response = coder.run(with_message=instructions, preproc=False)
dur += time.time() - start
if not no_aider: