Formatting

This commit is contained in:
drieseng
2020-04-05 11:34:59 +02:00
parent 21c5c8e0b4
commit 59d908d308
+4
View File
@@ -67,11 +67,15 @@ namespace Renci.SshNet.Common
// If the event exists, set it
if (_asyncWaitHandle != null)
{
_asyncWaitHandle.Set();
}
// If a callback method was set, call it
if (_asyncCallback != null)
{
_asyncCallback(this);
}
}
/// <summary>