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