Skip to content

Commit 8e44d0a

Browse files
committed
Reformat.
1 parent 0dcbfeb commit 8e44d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench_runner/scripts/run_benchmarks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run_benchmarks(
8383
if extra_args is None:
8484
extra_args = []
8585

86-
if (loops_file := os.environ.get(LOOPS_FILE_ENV_VAR)):
86+
if loops_file := os.environ.get(LOOPS_FILE_ENV_VAR):
8787
extra_args.append("--same-loops")
8888
extra_args.append(loops_file)
8989

0 commit comments

Comments
 (0)