Skip to content

Commit b0193e5

Browse files
committed
chore: run formatter
1 parent 4c28213 commit b0193e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleNonlinearSolve/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const GROUP = lowercase(get(ENV, "GROUP", "All"))
77
if GROUP == "all"
88
@run_package_tests
99
else
10-
@run_package_tests filter=ti->(Symbol(GROUP) in ti.tags)
10+
@run_package_tests filter = ti -> (Symbol(GROUP) in ti.tags)
1111
end

0 commit comments

Comments
 (0)