Skip to content

Commit fea73ae

Browse files
Remove empty space
Co-authored-by: Julian Samaroo <jpsamaroo@gmail.com>
1 parent 20cefe9 commit fea73ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/CUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function Dagger.move(from_proc::CuArrayDeviceProc, to_proc::CuArrayDeviceProc, x
261261
end
262262
else
263263
return arr
264-
end
264+
end
265265
else
266266
# Different node, use DtoH, serialization, HtoD
267267
host_copy = remotecall_fetch(from_proc.owner, from_proc, x) do from_proc, x

0 commit comments

Comments
 (0)