Skip to content

Commit 649a6ac

Browse files
whitespaces
1 parent 0c080e7 commit 649a6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ end
263263

264264
end
265265

266-
@adjoint (::Type{T})(xs::Array) where {T<:CUDA.CuArray} =
266+
@adjoint (::Type{T})(xs::Array) where {T <: CUDA.CuArray} =
267267
T(xs), Δ -> (convert(Array, Δ), )
268268

269269
@adjoint function sum(xs::CUDA.AbstractGPUArray; dims = :)

0 commit comments

Comments
 (0)