Skip to content

Commit cd4c9c0

Browse files
authored
braces
1 parent 5290a90 commit cd4c9c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)