Skip to content

Commit f81b571

Browse files
committed
doc: debug doctests
1 parent a151890 commit f81b571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ julia> function sim_realtime!(model)
320320
updatestate!(model, [1])
321321
periodsleep(model, true) # last function called
322322
end
323-
end
323+
end;
324324
325325
julia> sim_realtime!(model)
326326
0.0

0 commit comments

Comments
 (0)