Skip to content

Commit 0a6f42b

Browse files
author
Your Name
committed
Runic: indent continuation of use_w_reuse expression
1 parent 27590af commit 0a6f42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/OrdinaryDiffEqNonlinearSolve/src

lib/OrdinaryDiffEqNonlinearSolve/src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ function build_nlsolver(
500500
dt = tTypeNoUnits(dt)
501501
use_w_reuse = !isdae && f.nlstep_data === nothing && (
502502
W isa StaticWOperator ||
503-
(W isa WOperator && W.J !== nothing && !(W.J isa AbstractSciMLOperator))
503+
(W isa WOperator && W.J !== nothing && !(W.J isa AbstractSciMLOperator))
504504
)
505505
nlf = isdae ? oopdaenlf : oopodenlf
506506
nlp_params = if isdae

0 commit comments

Comments
 (0)