Skip to content

Commit af77526

Browse files
committed
Update ext/ReactantMPIExt/Overrides.jl
1 parent de9c2bd commit af77526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ReactantMPIExt/Overrides.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function MPI.Isend(buf::TracedRArray, dest::Number, tag::Number, comm::MPI.Comm)
5252
Ops.constant(tag)
5353
end
5454

55-
return dest = if !(dest isa TracedRNumber)
55+
dest = if !(dest isa TracedRNumber)
5656
Ops.constant(dest)
5757
end
5858

0 commit comments

Comments
 (0)