Skip to content

Commit ba94bd1

Browse files
committed
Return dest from broadcast! for constistency
1 parent 1b6a70a commit ba94bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/broadcast.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,6 @@ end
146146
return quote
147147
@_inline_meta
148148
@inbounds $(Expr(:block, exprs...))
149+
return dest
149150
end
150151
end

0 commit comments

Comments
 (0)