Skip to content

Commit b3e4b32

Browse files
committed
Squash dialyzer warning
1 parent 486a31c commit b3e4b32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_stream/src/Elixir.RabbitMQ.CLI.Ctl.Commands.ActivateStreamConsumerCommand.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ usage() ->
6868
"--reference <reference> [--vhost <vhost>]">>.
6969

7070
usage_additional() ->
71-
"debugging command, use only when a group does not have an active consumer".
71+
<<"debugging command, use only when a group does not have "
72+
"an active consumer">>.
7273

7374
usage_doc_guides() ->
7475
[?STREAMS_GUIDE_URL].

0 commit comments

Comments
 (0)