Skip to content

Commit 6bc469e

Browse files
committed
add space arount "="
1 parent e7b5914 commit 6bc469e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ end
567567

568568
# A::Array{UInt128} will match the specialized method above
569569
function rand!(r::MersenneTwister, A::Base.BitIntegerArray)
570-
n=length(A)
570+
n = length(A)
571571
T = eltype(A)
572572
n128 = n * sizeof(T) ÷ 16
573573
rand!(r, unsafe_wrap(Array, convert(Ptr{UInt128}, pointer(A)), n128))

0 commit comments

Comments
 (0)