Skip to content

Commit f0e8960

Browse files
lukebakkenmergify[bot]
authored andcommitted
Tweak type spec
(cherry picked from commit 667db16)
1 parent 44b0f66 commit f0e8960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_http/src/rabbit_auth_backend_http.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ join_tags(Tags) ->
194194
Strings = [rabbit_data_coercion:to_list(T) || T <- Tags],
195195
string:join(Strings, " ").
196196

197-
-spec parse_peeraddr(inet:ip_address()) -> string().
197+
-spec parse_peeraddr(inet:ip_address() | unknown) -> string().
198198
parse_peeraddr(unknown) ->
199199
rabbit_data_coercion:to_list(unknown);
200200
parse_peeraddr(PeerAddr) ->

0 commit comments

Comments
 (0)