Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Jan 13, 2025
1 parent 0e7e2cf commit 150c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/amqp/queue/stream_queue_message_store.cr
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module LavinMQ::AMQP

private def matching?(msg_headers, consumer_filter, match_unfiltered) : Bool
if msg_filter = filter_value_from_headers(msg_headers)
return consumer_filter.includes? msg_filter
return consumer_filter.includes? msg_filter
else
return match_unfiltered
end
Expand Down

0 comments on commit 150c2f7

Please sign in to comment.