Skip to content

Commit 780ed05

Browse files
Formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45de6a7 commit 780ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tangent_types/abstract_zero.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ zero_tangent(x::Number) = zero(x)
113113

114114
zero_tangent(::Type) = NoTangent()
115115

116-
function zero_tangent(x::MutableTangent{P}) where P
116+
function zero_tangent(x::MutableTangent{P}) where {P}
117117
zb = backing(zero_tangent(backing(x)))
118118
return MutableTangent{P}(zb)
119119
end

0 commit comments

Comments
 (0)