Skip to content

Commit aaf70e6

Browse files
Formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 956b581 commit aaf70e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/rational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
RationalQuadraticKernel(; alpha=α, metric=WeightedEuclidean([1.0, 2.0])),
7171
RowVecs{Float64},
7272
)
73-
types = [ColVecs{Float64, Matrix{Float64}}, RowVecs{Float64, Matrix{Float64}}]
73+
types = [ColVecs{Float64,Matrix{Float64}}, RowVecs{Float64,Matrix{Float64}}]
7474
test_interface_ad_perf(α, StableRNG(123456)) do α
7575
RationalQuadraticKernel(; alpha=α, metric=KernelFunctions.DotProduct())
7676
end

0 commit comments

Comments
 (0)