Skip to content

Commit

Permalink
rabbitmq: Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Feb 20, 2024
1 parent db5d912 commit fe43e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniqueue/src/backends/rabbitmq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ async fn producer(

impl QueueBackend for RabbitMqBackend {
type PayloadIn = Vec<u8>;

type PayloadOut = Vec<u8>;
type Producer = RabbitMqProducer;

type Producer = RabbitMqProducer;
type Consumer = RabbitMqConsumer;

type Config = RabbitMqConfig;

async fn new_pair(
Expand Down

0 comments on commit fe43e63

Please sign in to comment.