Skip to content

Commit c28a75a

Browse files
committed
format
1 parent 8d29ad3 commit c28a75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function AbstractMCMC.step(
183183
trace = gibbs_state.trace
184184
mcmc_states = gibbs_state.mcmc_states
185185
variable_sizes = gibbs_state.variable_sizes
186-
186+
187187
mcmc_states_dict = Dict(
188188
keys(mcmc_states) .=> [mcmc_states[k] for k in keys(mcmc_states)]
189189
)

0 commit comments

Comments
 (0)