From 0d708d0dcacbac6b0214977001271e3d5d42a0d2 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Mon, 7 Feb 2022 20:31:36 +0100 Subject: [PATCH] format --- test/runtests.jl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index a52631ea..a5e1cf61 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -38,19 +38,19 @@ end end for fn in ( - "test_defaults.jl" - "test_pipeline.jl" - "test_axes.jl" - "test_layouts.jl" - "test_contours.jl" - "test_axis_letter.jl" - "test_components.jl" - "test_shorthands.jl" - "integration_dates.jl" - "test_recipes.jl" - "test_hdf5plots.jl" - "test_pgfplotsx.jl" - "test_plotly.jl" + "test_defaults.jl", + "test_pipeline.jl", + "test_axes.jl", + "test_layouts.jl", + "test_contours.jl", + "test_axis_letter.jl", + "test_components.jl", + "test_shorthands.jl", + "integration_dates.jl", + "test_recipes.jl", + "test_hdf5plots.jl", + "test_pgfplotsx.jl", + "test_plotly.jl", ) @testset "$fn" begin include(fn)