Skip to content

Commit cd18802

Browse files
committed
dotnet format cleanup
1 parent 20e965f commit cd18802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/events/AsyncEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public AsyncEventArgs(CancellationToken cancellationToken = default)
5555
{
5656
CancellationToken = cancellationToken;
5757
}
58-
58+
5959
/// <summary>
6060
/// Gets a cancellation token related to the original operation that
6161
/// raised the event. It's important for your handler to pass this

0 commit comments

Comments
 (0)