Skip to content

Commit

Permalink
Use application:ensure_all_started/1 with a single value
Browse files Browse the repository at this point in the history
for Erlang 25.3 compatibility.
  • Loading branch information
michaelklishin committed Oct 24, 2023
1 parent 2316579 commit fbc4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/amqp10_client/src/amqp10_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ try_to_existing_atom(L) when is_list(L) ->
end.

ensure_started() ->
_ = application:ensure_all_started([credentials_obfuscation]).
_ = application:ensure_all_started(credentials_obfuscation).

-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
Expand Down

0 comments on commit fbc4438

Please sign in to comment.