Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 4, 2024
1 parent d6167c9 commit ed995cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/src/broyden.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/src/dfsane.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/src/halley.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/src/lbroyden.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/src/trust_region.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion src/internal/termination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function update_from_termination_cache!(tc_cache, cache, u = get_u(cache))
end

function update_from_termination_cache!(
_, cache, ::AbstractNonlinearTerminationMode, u = get_u(cache))
tc_cache, cache, ::AbstractNonlinearTerminationMode, u = get_u(cache))
evaluate_f!(cache, u, cache.p)
end

Expand Down

0 comments on commit ed995cd

Please sign in to comment.