Skip to content

Commit e3facbd

Browse files
michaelklishinmergify[bot]
authored andcommitted
Use application:ensure_all_started/1 with a single value
for Erlang 25.3 compatibility. (cherry picked from commit fbc4438)
1 parent 2b72dee commit e3facbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/amqp10_client/src/amqp10_client.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ try_to_existing_atom(L) when is_list(L) ->
504504
end.
505505

506506
ensure_started() ->
507-
_ = application:ensure_all_started([credentials_obfuscation]).
507+
_ = application:ensure_all_started(credentials_obfuscation).
508508

509509
-ifdef(TEST).
510510
-include_lib("eunit/include/eunit.hrl").

0 commit comments

Comments
 (0)