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

Commit 1229be7

Browse files
authored
🤖 Format .jl files
1 parent 44f7d58 commit 1229be7

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)