Skip to content

Commit ceb96dc

Browse files
author
Emile Joubert
committed
Remove trailing ws
1 parent fe05d16 commit ceb96dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public override void HandleFrame(Frame frame)
8787
if (frame.Type == CommonFraming.Constants.FrameMethod) {
8888
MethodBase method = Connection.Protocol.DecodeMethodFrom(frame.GetReader());
8989
if ((method.ProtocolClassId == CommonFramingSpecs.ChannelCloseOk.ClassId)
90-
&& (method.ProtocolMethodId == CommonFramingSpecs.ChannelCloseOk.MethodId))
90+
&& (method.ProtocolMethodId == CommonFramingSpecs.ChannelCloseOk.MethodId))
9191
{
9292
// This is the reply we were looking for. Release
9393
// the channel with the reason we were passed in

0 commit comments

Comments
 (0)