Skip to content

Commit fe63c33

Browse files
Update test/tangent_types/structural_tangent.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d95866 commit fe63c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tangent_types/structural_tangent.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ end
400400
@test repr(Tangent{Foo}()) == "Tangent{Foo}()"
401401

402402
@test ==(
403-
repr(MutableTangent{MFoo}((;x=1.5, y=[1.0, 2.0]))),
404-
"MutableTangent{MFoo}(x = 1.5, y = [1.0, 2.0])"
403+
repr(MutableTangent{MFoo}((; x=1.5, y=[1.0, 2.0]))),
404+
"MutableTangent{MFoo}(x = 1.5, y = [1.0, 2.0])",
405405
)
406406
end
407407

0 commit comments

Comments
 (0)