Skip to content

Commit 4e7acac

Browse files
Update perf/common.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79e302e commit 4e7acac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function benchmark_nn_primal(
9191
)
9292
end
9393

94-
sort!(results, by=x -> x[3])
94+
sort!(results; by=x -> x[3])
9595
return results
9696
end
9797

0 commit comments

Comments
 (0)