Skip to content

Commit 71948df

Browse files
authored
whitespace fix
1 parent 08ee566 commit 71948df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ function _typed_hvncat(::Type{T}, shape::NTuple{N, Tuple}, row_first::Bool, as..
23862386
lengthas = length(as)
23872387
shapelength == lengthas ||
23882388
throw(ArgumentError("number of elements does not match shape; expected $(shapelength), got $lengthas)"))
2389-
2389+
23902390
for i eachindex(as)
23912391
wasstartblock = false
23922392
for d 1:nd

0 commit comments

Comments
 (0)