Skip to content

Commit a3ce1d1

Browse files
committed
fix formatting
1 parent a11e5ce commit a3ce1d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/families/location_scale_low_rank.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ function Distributions.rand(q::MvLocationScaleLowRank)
7575
return scale_diag .* u_diag + scale_factors * u_fact + location
7676
end
7777

78-
function Distributions.rand(
79-
rng::AbstractRNG, q::MvLocationScaleLowRank, num_samples::Int
80-
)
78+
function Distributions.rand(rng::AbstractRNG, q::MvLocationScaleLowRank, num_samples::Int)
8179
(; location, scale_diag, scale_factors, dist) = q
8280
n_dims = length(location)
8381
n_factors = size(scale_factors, 2)

0 commit comments

Comments
 (0)