Skip to content

Commit

Permalink
🤖 Format .jl files (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
github-actions[bot] and tmigot authored Feb 18, 2024
1 parent 91deabd commit f52b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/R2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function SolverCore.solve!(
norm_∇fk = norm(∇fk)
set_dual_residual!(stats, norm_∇fk)

αk = 1/2^round(log2(norm_∇fk + 1))
αk = 1 / 2^round(log2(norm_∇fk + 1))
# Stopping criterion:
ϵ = atol + rtol * norm_∇fk
optimal = norm_∇fk ϵ
Expand Down

0 comments on commit f52b678

Please sign in to comment.