Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Jun 10, 2021
1 parent a499f8d commit c171978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ function _typed_hvncat(::Type{T}, shape::NTuple{N, Tuple}, row_first::Bool, as..
lengthas = length(as)
shapelength == lengthas ||
throw(ArgumentError("number of elements does not match shape; expected $(shapelength), got $lengthas)"))

for i eachindex(as)
wasstartblock = false
for d 1:nd
Expand Down

0 comments on commit c171978

Please sign in to comment.