Skip to content

Commit cc8c774

Browse files
Replace tabs to whitespaces
1 parent 6362954 commit cc8c774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/client/RabbitMQ.Client/src/client/impl/AutorecoveringModel.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public void _Private_ExchangeBind(string destination,
657657
bool nowait,
658658
IDictionary<string, object> arguments)
659659
{
660-
m_delegate._Private_ExchangeBind(destination, source, routingKey,
660+
m_delegate._Private_ExchangeBind(destination, source, routingKey,
661661
nowait, arguments);
662662
}
663663

@@ -670,7 +670,7 @@ public void _Private_ExchangeDeclare(string exchange,
670670
bool nowait,
671671
IDictionary<string, object> arguments)
672672
{
673-
m_delegate._Private_ExchangeDeclare(exchange, type, passive,
673+
m_delegate._Private_ExchangeDeclare(exchange, type, passive,
674674
durable, autoDelete, @internal,
675675
nowait, arguments);
676676
}
@@ -698,7 +698,7 @@ public void _Private_QueueBind(string queue,
698698
bool nowait,
699699
IDictionary<string, object> arguments)
700700
{
701-
m_delegate._Private_QueueBind(queue, exchange, routingKey,
701+
m_delegate._Private_QueueBind(queue, exchange, routingKey,
702702
nowait, arguments);
703703
}
704704

0 commit comments

Comments
 (0)