Skip to content

Commit f69bccd

Browse files
committed
chore: run formatter
1 parent 8790d79 commit f69bccd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/SimpleNonlinearSolve/ext/SimpleNonlinearSolveTrackerExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ for pType in (InternalNonlinearProblem, NonlinearLeastSquaresProblem)
1313
@eval function SimpleNonlinearSolve.simplenonlinearsolve_solve_up(
1414
prob::$(pType), sensealg, u0::$(uT), u0_changed,
1515
p::$(pT), p_changed, alg, args...; kwargs...)
16-
return Tracker.track(SimpleNonlinearSolve.simplenonlinearsolve_solve_up, prob,
17-
sensealg, ArrayInterface.aos_to_soa(u0), true,
16+
return Tracker.track(SimpleNonlinearSolve.simplenonlinearsolve_solve_up,
17+
prob, sensealg, ArrayInterface.aos_to_soa(u0), true,
1818
ArrayInterface.aos_to_soa(p), true, alg, args...; kwargs...)
1919
end
2020
end
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)