Skip to content

Commit 9f34f1d

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37a541e commit 9f34f1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/SparseVariationalApproximationModule.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
b = randn(rng, N_b)
2929

3030
@testset "AbstractGPs interface - Centered" begin
31-
AbstractGPs.TestUtils.test_internal_abstractgps_interface(rng, f_approx_post_Centered, a, b)
31+
AbstractGPs.TestUtils.test_internal_abstractgps_interface(
32+
rng, f_approx_post_Centered, a, b
33+
)
3234
end
3335

3436
ApproximateGPs.TestUtils.test_approximation_predictions(approx_Centered)

0 commit comments

Comments
 (0)