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.

(cherry picked from commit fbc4438)
  • Loading branch information
michaelklishin authored and mergify[bot] committed Oct 25, 2023
1 parent 2b72dee commit e3facbd
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 e3facbd

Please sign in to comment.