Skip to content

Commit

Permalink
revert unnecessary change from formatting I made in stepsize.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Sep 11, 2024
1 parent fffe9db commit 593cbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/stepsize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Base.show(io::IO, ::MIME"text/plain",
stepsize_callback = cb.affect!

setup = [
"CFL number" => stepsize_callback.cfl_number
"CFL number" => stepsize_callback.cfl_number,
]
summary_box(io, "StepsizeCallback", setup)
end
Expand Down

0 comments on commit 593cbfb

Please sign in to comment.