Skip to content

Commit 6a09c8a

Browse files
authored
braces
1 parent f4a97a7 commit 6a09c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rand_tangent.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ using FiniteDifferences: rand_tangent
2525
([randn(5, 4), 4.0], Vector{Any}),
2626

2727
# Wrapper Arrays
28-
(randn(5, 4)', Adjoint{Float64, Matrix{Float64}},
29-
(transpose(randn(5, 4)), Transpose{Float64, Matrix{Float64}},
28+
(randn(5, 4)', Adjoint{Float64, Matrix{Float64}}),
29+
(transpose(randn(5, 4)), Transpose{Float64, Matrix{Float64}}),
3030

3131

3232
# Tuples.

0 commit comments

Comments
 (0)