Skip to content

Commit 071283e

Browse files
michaelklishinmergify[bot]
authored andcommitted
Use the standard 'undefined' here
(cherry picked from commit 61dcfd5)
1 parent 19632cf commit 071283e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_prometheus/src/rabbit_prometheus_app.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ start_configured_listener() ->
3636
TCPListenerConf = get_env(tcp_config, []),
3737
TLSListenerConf0 = get_env(ssl_config, []),
3838
TLSListenerConf =
39-
case proplists:get_value(ssl_opts, TLSListenerConf0, undef) of
40-
undef ->
39+
case proplists:get_value(ssl_opts, TLSListenerConf0, undefined) of
40+
undefined ->
4141
TLSListenerConf0;
4242
Opts0 ->
4343
Opts = rabbit_ssl:wrap_password_opt(Opts0),

0 commit comments

Comments
 (0)