Skip to content

Commit 4e10990

Browse files
committed
Update filter_problems function to always return name problems in alphabetical order
1 parent efbb679 commit 4e10990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function filter_problems(;
279279
push!(names, pname)
280280
end
281281

282-
return names
282+
return sort(names)
283283
end
284284

285285
"""

0 commit comments

Comments
 (0)