Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 531fc70

Browse files
authored
Merge pull request #34 from JuliaEarth/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents cf78835 + 1229be7 commit 531fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ function rand_single(rng::Random.AbstractRNG, p::UnionProcess, g, ::Nothing)
115115
pp₁ = rand(rng, p.p₁, g)
116116
pp₂ = rand(rng, p.p₂, g)
117117
PointSet([coordinates.(pp₁); coordinates.(pp₂)])
118-
end
118+
end

0 commit comments

Comments
 (0)