Skip to content

Commit 43adec0

Browse files
chore: format
1 parent a8ad1d8 commit 43adec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ end
110110
function vofa_u_adjoint(d, A::RecursiveArrayTools.AbstractVectorOfArray)
111111
m = map(enumerate(d)) do (idx, d_i)
112112
isnothing(d_i) && return zero(A.u[idx])
113-
d_i
114-
end
113+
d_i
114+
end
115115
VectorOfArray(m)
116116
end
117117

0 commit comments

Comments
 (0)