Skip to content

Commit c9ba457

Browse files
committed
fix: linter
1 parent 2fe286f commit c9ba457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function runner::call_bench_functions() {
241241
for fn_name in "${functions_to_run[@]}"; do
242242
local annotation_result
243243
annotation_result="$(benchmark::parse_annotations "$fn_name" "$script")"
244-
set -- $annotation_result
244+
set -- "$annotation_result"
245245
revs="$1"
246246
its="$2"
247247
max_ms="$3"

0 commit comments

Comments
 (0)