Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mtfishman and github-actions[bot] authored Mar 28, 2024
1 parent 9201bac commit c13779b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/solvers/alternating_update/alternating_update.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ function alternating_update(
end
end

Observers.update!(sweep_observer!; state, which_sweep, sweep_time, outputlevel, sweep_plans)
Observers.update!(
sweep_observer!; state, which_sweep, sweep_time, outputlevel, sweep_plans
)
!isnothing(sweep_printer) &&
sweep_printer(; state, which_sweep, sweep_time, outputlevel, sweep_plans)
checkdone(;
Expand Down

0 comments on commit c13779b

Please sign in to comment.