From 8b538fb9a012e3623c67ca2ca65847c7f4734834 Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Mon, 12 Aug 2024 16:18:03 +0200 Subject: [PATCH] fmt --- test/test_parabolic_1d.jl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/test_parabolic_1d.jl b/test/test_parabolic_1d.jl index 09ce10a6d7c..08d704f4b66 100644 --- a/test/test_parabolic_1d.jl +++ b/test/test_parabolic_1d.jl @@ -87,8 +87,16 @@ end @trixi_testset "TreeMesh1D: elixir_navierstokes_convergence_periodic_cfl.jl" begin @test_trixi_include(joinpath(examples_dir(), "tree_1d_dgsem", "elixir_navierstokes_convergence_periodic_cfl.jl"), - l2=[0.00011338560756751962, 6.240158271610694e-5, 0.0002848510206540238], - linf=[0.0006233189520368221, 0.0003592942992138859, 0.0016105764529221744]) + l2=[ + 0.00011338560756751962, + 6.240158271610694e-5, + 0.0002848510206540238, + ], + linf=[ + 0.0006233189520368221, + 0.0003592942992138859, + 0.0016105764529221744, + ]) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities) let