Skip to content

Commit

Permalink
Format .jl files (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: yeesian <yeesian@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and yeesian authored Jan 24, 2024
1 parent 1749cc0 commit 3bef4db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bef4db

Please sign in to comment.