Skip to content

Commit 3c3f213

Browse files
michaelklishinmergify[bot]
authored andcommitted
Pass Dialyzer
(cherry picked from commit 9bab2f2)
1 parent a735513 commit 3c3f213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_networking.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ boot_tls(NumAcceptors, ConcurrentConnsSupsCount) ->
127127
ok;
128128
{ok, SslListeners} ->
129129
SslOpts = ensure_ssl(),
130-
[start_ssl_listener(L, SslOpts, NumAcceptors, ConcurrentConnsSupsCount) || L <- SslListeners],
130+
_ = [start_ssl_listener(L, SslOpts, NumAcceptors, ConcurrentConnsSupsCount) || L <- SslListeners],
131131
ok
132132
end.
133133

0 commit comments

Comments
 (0)