Skip to content

Commit 553f501

Browse files
author
Emile Joubert
committed
Whitespace
1 parent f596f3e commit 553f501

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ public event BasicRecoverOkEventHandler BasicRecoverOk
184184
m_basicRecoverOk -= value;
185185
}
186186
}
187-
}
188-
187+
}
188+
189189
public IBasicConsumer DefaultConsumer { get; set; }
190190

191191
public ISession m_session;
@@ -336,12 +336,11 @@ public virtual void OnFlowControl(FlowControlEventArgs args)
336336
{
337337
Console.WriteLine("exception while running flow control event handler");
338338
Console.WriteLine(e + e.StackTrace);
339-
340339
}
341340
}
342341
}
343342
}
344-
343+
345344
public virtual void OnBasicRecoverOk(EventArgs args)
346345
{
347346
BasicRecoverOkEventHandler handler;
@@ -365,8 +364,8 @@ public virtual void OnBasicRecoverOk(EventArgs args)
365364
}
366365
}
367366
}
368-
}
369-
367+
}
368+
370369
public void Enqueue(IRpcContinuation k)
371370
{
372371
bool ok = false;

0 commit comments

Comments
 (0)