From db516000a414354a47dbc045ea65980e301d0fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Rueda-Ram=C3=ADrez?= Date: Mon, 6 Nov 2023 12:13:24 +0100 Subject: [PATCH] Added empty lines at the end of elixirs for formatting --- examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl | 2 +- examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl | 2 +- examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl b/examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl index 4763f76ec05..4b3cb674259 100644 --- a/examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl +++ b/examples/tree_1d_dgsem/elixir_mhdmultiion_es.jl @@ -52,4 +52,4 @@ callbacks = CallbackSet(summary_callback, sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback save_everystep = false, callback = callbacks); -summary_callback() # print the timer summary \ No newline at end of file +summary_callback() # print the timer summary diff --git a/examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl b/examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl index 97f0d137a06..b774abd3047 100644 --- a/examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl +++ b/examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl @@ -53,4 +53,4 @@ callbacks = CallbackSet(summary_callback, sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback save_everystep = false, callback = callbacks); -summary_callback() # print the timer summary \ No newline at end of file +summary_callback() # print the timer summary diff --git a/examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl b/examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl index 4dec6d9d1c5..e221fae4ca2 100644 --- a/examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl +++ b/examples/tree_2d_dgsem/elixir_mhdmultiion_rotor.jl @@ -155,4 +155,4 @@ callbacks = CallbackSet(summary_callback, sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback save_everystep = false, callback = callbacks); -summary_callback() # print the timer summary \ No newline at end of file +summary_callback() # print the timer summary