Skip to content

Commit bc3c92f

Browse files
Fix format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63b3ce1 commit bc3c92f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/trajectory.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ $(TYPEDEF)
133133
Slice sampler for the starting single leaf tree.
134134
Slice variable is initialized.
135135
"""
136-
SliceTS(rng::AbstractRNG, z0::PhasePoint) = SliceTS(z0, neg_energy(z0) - Random.randexp(rng), 1)
136+
SliceTS(rng::AbstractRNG, z0::PhasePoint) =
137+
SliceTS(z0, neg_energy(z0) - Random.randexp(rng), 1)
137138

138139
"""
139140
$(TYPEDEF)

0 commit comments

Comments
 (0)