From d4c84a261e398ace4930927f538a1a7c94a50a60 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sun, 26 Apr 2026 20:11:31 +0100 Subject: [PATCH] format --- src/distribution_wrappers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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