Skip to content

Commit 5c1923c

Browse files
committed
formatting
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 7b49427 commit 5c1923c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RabbitMQ.AMQP.Client/IPublisher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum OutcomeState
2727
Rejected,
2828
Released,
2929
}
30-
30+
3131
/// <summary>
3232
/// PublishOutcome represents the outcome of a publish operation.
3333
/// It contains the state of the outcome and an error if the outcome is not successful.

RabbitMQ.AMQP.Client/Impl/AmqpPublisher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ await base.OpenAsync()
9999
}
100100
}
101101

102-
102+
103103
/// <summary>
104104
/// Publishes a message to the broker in an asynchronous manner.
105105
/// The PublishResult is synchronous. In order to increase the performance

0 commit comments

Comments
 (0)