Skip to content

Commit c128d8e

Browse files
formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86a2d9e commit c128d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rulesets/Base/array.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ end
3535
@testset "vect" begin
3636
test_rrule(Base.vect)
3737
@testset "homogeneous type" begin
38-
test_rrule(Base.vect, (5.0, ), (4.0, ))
39-
test_frule(Base.vect, (5.0, ), (4.0, ))
38+
test_rrule(Base.vect, (5.0,), (4.0,))
39+
test_frule(Base.vect, (5.0,), (4.0,))
4040
test_rrule(Base.vect, 5.0, 4.0, 3.0)
4141
test_frule(Base.vect, 5.0, 4.0, 3.0)
4242
test_rrule(Base.vect, randn(2, 2), randn(3, 3))

0 commit comments

Comments
 (0)