Skip to content

Commit

Permalink
Applied autoformatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
iomsn committed Mar 13, 2024
1 parent 8d8cfca commit 7c3248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/glm_speed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Base.show(io::IO, ::MIME"text/plain",
setup = [
"GLM wave speed scaling" => glm_speed_callback.glm_scale,
"Expected CFL number" => glm_speed_callback.cfl,
"Coupled semis indices" => glm_speed_callback.semi_indices,
"Coupled semis indices" => glm_speed_callback.semi_indices,
]
summary_box(io, "GlmSpeedCallback", setup)
end
Expand Down

0 comments on commit 7c3248c

Please sign in to comment.