Skip to content

Commit adb056b

Browse files
Christoph BauerChristoph Bauer
authored andcommitted
Revert Reformating
1 parent ce4ceb8 commit adb056b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/NetMQ/Core/Transports/Tcp/TcpConnector.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private void StartConnecting()
206206
// TerminatingException can occur in above call to EventConnectDelayed via
207207
// MonitorEvent.Write if corresponding PairSocket has been sent Term command
208208
catch (TerminatingException)
209-
{ }
209+
{}
210210
}
211211

212212
/// <summary>
@@ -236,12 +236,9 @@ public void OutCompleted(SocketError socketError, int bytesTransferred)
236236
m_ioObject.RemoveSocket(m_s);
237237
m_handleValid = false;
238238

239-
try
240-
{
239+
try {
241240
m_s.NoDelay = true;
242-
}
243-
catch (ArgumentException)
244-
{
241+
} catch (ArgumentException) {
245242
// OSX sometime fail while the socket is still connecting
246243
}
247244

0 commit comments

Comments
 (0)