Skip to content

Commit

Permalink
Fix the return value
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfAfg committed Feb 19, 2024
1 parent 33fbe19 commit f4d4f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bean_prv.erl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ do(State) ->
generate_supervisor(App,
fun all_local_minimum_vertex_splitters_solver:solve_in_polynomial_time_without_correctness/1)
end,
rebar_state:project_apps(State)).
rebar_state:project_apps(State)),
{ok, State}.

-spec format_error(any()) -> iolist().
format_error(Reason) -> io_lib:format("~p", [Reason]).
Expand Down

0 comments on commit f4d4f0a

Please sign in to comment.