Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed May 13, 2023
1 parent 9c0165c commit 97a5e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct Options{T}
forward_pass::AbstractForwardPass = DefaultForwardPass(),
duality_handler::AbstractDualityHandler = ContinuousConicDuality(),
forward_pass_callback = x -> nothing,
post_iteration_callback = result -> nothing
post_iteration_callback = result -> nothing,
) where {T}
return new{T}(
initial_state,
Expand Down

0 comments on commit 97a5e51

Please sign in to comment.