Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 7, 2024
1 parent 4c28213 commit b0193e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const GROUP = lowercase(get(ENV, "GROUP", "All"))
if GROUP == "all"
@run_package_tests
else
@run_package_tests filter=ti->(Symbol(GROUP) in ti.tags)
@run_package_tests filter = ti -> (Symbol(GROUP) in ti.tags)
end

0 comments on commit b0193e5

Please sign in to comment.