Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 3c2865b

Browse files
Strip trailing whitespace
1 parent 268db53 commit 3c2865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ server_capabilities(rabbit_framing_amqp_0_9_1) ->
299299
{<<"connection.blocked">>, bool, true},
300300
{<<"consumer_priorities">>, bool, true},
301301
{<<"authentication_failure_close">>, bool, true},
302-
{<<"per_consumer_qos">>, bool, true},
302+
{<<"per_consumer_qos">>, bool, true},
303303
{<<"direct_reply_to">>, bool, true}];
304304
server_capabilities(_) ->
305305
[].

0 commit comments

Comments
 (0)