Skip to content

Commit e7b9a8c

Browse files
committed
white space fix
1 parent d086f21 commit e7b9a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Test/src/Test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ function guardseed(f::Function, r::AbstractRNG=default_rng())
21732173
end
21742174
end
21752175

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

0 commit comments

Comments
 (0)