Skip to content

Commit 3cfd06d

Browse files
format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a3b900 commit 3cfd06d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/tangent_types/structural_tangent.jl

-3
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,8 @@ end
404404
Tangent{Tuple{Float64,Float64}}(1.0, 2.0) ==
405405
2.0 \ Tangent{Tuple{Float64,Float64}}(2.0, 4.0)
406406
)
407-
408-
409407
end
410408

411-
412409
@testset "iszero" begin
413410
@test iszero(Tangent{Foo}())
414411
@test iszero(Tangent{Tuple{}}())

0 commit comments

Comments
 (0)