Skip to content

Commit 292f58d

Browse files
Update lib/NonlinearSolveFirstOrder/test/rootfind_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94d54ec commit 292f58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/NonlinearSolveFirstOrder/test/rootfind_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ end
130130
KrylovJL_GMRES(;
131131
precs = (A,
132132
p = nothing) -> (
133-
Diagonal(randn!(similar(A, size(A, 1)))), LinearAlgebra.I
134-
)
133+
Diagonal(randn!(similar(A, size(A, 1)))), LinearAlgebra.I
134+
)
135135
)
136136
),
137137
(Val(false), \)

0 commit comments

Comments
 (0)