Skip to content

Commit

Permalink
JuliaFormatter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Jun 9, 2024
1 parent 6fcd0b8 commit 93bba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/gaussians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function test_stats(G::Gaussian{TM,TC}) where {TM,TC}
@test typeof(s + G) == typeof(G)
@test typeof(G - s) == typeof(G)
M = rand(size(G.Σ)...)
@test typeof(M*G) == typeof(G)
@test typeof(M * G) == typeof(G)
end

@testset "T=$T" for T in (Float64, BigFloat)
Expand Down

0 comments on commit 93bba21

Please sign in to comment.