Skip to content

Commit b42cc8f

Browse files
authored
Update ext/ReactantMPIExt/Overrides.jl
1 parent 740cb36 commit b42cc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ReactantMPIExt/Overrides.jl

+1-1
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)