From 3391dd4209f963f5352e6443fb7a02228cd2b508 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Sun, 8 Dec 2024 08:36:25 -0500 Subject: [PATCH] Formatter --- templates/test/test/runtests.jl | 7 ++++++- test/runtests.jl | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/test/test/runtests.jl b/templates/test/test/runtests.jl index 77a45ea..1140eea 100644 --- a/templates/test/test/runtests.jl +++ b/templates/test/test/runtests.jl @@ -45,7 +45,12 @@ end filename = basename(file) @eval begin @safetestset $filename begin - $(Expr(:macrocall, GlobalRef(Suppressor, Symbol("@suppress")), LineNumberNode(@__LINE__, @__FILE__), :(include($file)))) + $(Expr( + :macrocall, + GlobalRef(Suppressor, Symbol("@suppress")), + LineNumberNode(@__LINE__, @__FILE__), + :(include($file)), + )) end end end diff --git a/test/runtests.jl b/test/runtests.jl index 77a45ea..1140eea 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -45,7 +45,12 @@ end filename = basename(file) @eval begin @safetestset $filename begin - $(Expr(:macrocall, GlobalRef(Suppressor, Symbol("@suppress")), LineNumberNode(@__LINE__, @__FILE__), :(include($file)))) + $(Expr( + :macrocall, + GlobalRef(Suppressor, Symbol("@suppress")), + LineNumberNode(@__LINE__, @__FILE__), + :(include($file)), + )) end end end