Skip to content

Commit

Permalink
white space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Sep 11, 2023
1 parent 85359ae commit b1f70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ function guardseed(f::Function, r::AbstractRNG=default_rng())
end
end

"`guardseed(f, seed)` is equivalent to running
"`guardseed(f, seed)` is equivalent to running
`Random.seed!(Random.default_rng(), seed); f()` and
then restoring the state of the task-local RNG as it was before."
guardseed(f::Function, seed::Union{Vector{UInt64},Vector{UInt32},Integer,NTuple{4,UInt64}}) = guardseed() do
Expand Down

0 comments on commit b1f70de

Please sign in to comment.