Skip to content

Commit 679f25e

Browse files
authored
Fix indentation (#311)
1 parent 59af4b7 commit 679f25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/decoders/benchmark_decoders_library.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,5 @@ def run_benchmarks(
369369
min_run_time=2.0,
370370
)
371371
)
372-
compare = benchmark.Compare(results)
373-
compare.print()
372+
compare = benchmark.Compare(results)
373+
compare.print()

0 commit comments

Comments
 (0)