Skip to content

Commit 18aec6e

Browse files
authored
Remove trailing whitespace in run_benchmarks.py
1 parent 2a84755 commit 18aec6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/run_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_benchmarks(
8686
if loops_file := os.environ.get(LOOPS_FILE_ENV_VAR):
8787
extra_args.append("--same-loops")
8888
extra_args.append(loops_file)
89-
89+
9090
if affinity := os.environ.get("CPU_AFFINITY"):
9191
extra_args.append(f"--affinity={affinity}")
9292

0 commit comments

Comments
 (0)