diff --git a/src/distribution_wrappers.jl b/src/distribution_wrappers.jl index 2c9657392..f88d22de9 100644 --- a/src/distribution_wrappers.jl +++ b/src/distribution_wrappers.jl @@ -130,4 +130,4 @@ function arraydist(dists::AbstractArray{<:Distribution}) end function arraydist(dists::AbstractVector{<:UnivariateDistribution}) return Product(dists) -end \ No newline at end of file +end