Skip to content

Commit 3acd49a

Browse files
Format
1 parent 4cd74b0 commit 3acd49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rng.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ set_counter!(r::TracedRNG, n::Integer) = r.count = n
101101
102102
Increase the model step counter by n
103103
"""
104-
inc_counter!(r::TracedRNG, n::Integer=1) = r.count += n
104+
inc_counter!(r::TracedRNG, n::Integer=1) = r.count += n

0 commit comments

Comments
 (0)