Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brizaldi committed Nov 3, 2022
1 parent 036dc41 commit aa0259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client/impl/amqp_message_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _AmqpMessageImpl implements AmqpMessage {

@override
String get routingKey => (message.message as BasicDeliver).routingKey;

@override
int get deliveryTag => (message.message as BasicDeliver).deliveryTag;

Expand Down

0 comments on commit aa0259e

Please sign in to comment.