Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Mar 14, 2024
1 parent 3bd358f commit d2426d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using P4est
@testset "Aqua.jl" begin
Aqua.test_all(P4est; unbound_args = false)
@test isnothing(check_no_implicit_imports(P4est))
@test isnothing(check_no_stale_explicit_imports(P4est; ignore=(:PointerWrapper,)))
@test isnothing(check_no_stale_explicit_imports(P4est; ignore = (:PointerWrapper,)))
end

end #module

0 comments on commit d2426d8

Please sign in to comment.