From 3bef4db999fea416ad5895dfc8897dbb201ccaaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:12:51 -0800 Subject: [PATCH] Format .jl files (#408) Co-authored-by: yeesian --- test/runtests.jl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 0b8d7633..b3aeb608 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -39,7 +39,12 @@ include("remotefiles.jl") include("test_images.jl") include("test_utils.jl") include("test_prepared_geometry.jl") - Aqua.test_all(ArchGDAL; ambiguities = false, stale_deps = false, piracies = false) + Aqua.test_all( + ArchGDAL; + ambiguities = false, + stale_deps = false, + piracies = false, + ) return nothing end end