From a809e8dc5b6c1c346e8fbd6c9d065633048138a5 Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Mon, 28 Oct 2024 08:57:37 -0700 Subject: [PATCH] Fix indentation --- benchmarks/decoders/benchmark_decoders_library.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/decoders/benchmark_decoders_library.py b/benchmarks/decoders/benchmark_decoders_library.py index c9cae80c7..db48fa02b 100644 --- a/benchmarks/decoders/benchmark_decoders_library.py +++ b/benchmarks/decoders/benchmark_decoders_library.py @@ -369,5 +369,5 @@ def run_benchmarks( min_run_time=2.0, ) ) - compare = benchmark.Compare(results) - compare.print() + compare = benchmark.Compare(results) + compare.print()